NavigationEngineRegistry

Provides access to current registered engines and allows updating them.

Important: This is a Public Preview API. It may be changed or removed at any time.

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun updateEngines(locationProvider: LocationProvider? = null, mapMatchingEngine: MapMatchingEngine? = null, routeReplanningEngine: RouteReplanningEngine? = null, guidanceEngine: GuidanceEngine? = null, horizonEngine: HorizonEngine? = null, routeTrackingEngine: RouteTrackingEngine? = null, routeProgressEngine: RouteProgressEngine? = null, locationContextProviderEngine: LocationContextProviderEngine? = null, arrivalDetectionEngine: ArrivalDetectionEngine? = null, routeProjectionEngine: RouteProjectionEngine? = null)

Set new engines. Note: previously set engines are closed prior the update.

Properties

Link copied to clipboard

The current GuidanceEngine.

Link copied to clipboard

The current HorizonEngine.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard