HybridOnlineFirstSynchronousFallbackFeature
Enable or disable synchronous fallback feature for hybrid online-first navigation. This feature aims to synchronize navigation and route sources.
When this feature is enabled:
While operating in online mode, if navigation has insufficient amount of navigation tiles to operate in online mode,, then the offline route planner is used to plan a new route. Once the new offline route has been planned, navigation switches to the offline data source.
While operating in offline mode, if online navigation tiles become available again, then the online route planner is used to plan a new route. After the new online route becomes available, navigation switches back to the online data source.
The new route from different source is applied unconditionally. The new active route will be notified through com.tomtom.sdk.navigation.RouteAddedListener with com.tomtom.sdk.navigation.RouteAddedReason.Invalidated reason and com.tomtom.sdk.navigation.ActiveRouteChangedListener.
Important: This is a Public Preview API. It may be changed or removed at any time.