RouteAlertsController

Constructors

Link copied to clipboard
constructor(uxDisplayMetrics: UxDisplayMetrics, observeRouteProgress: ObserveRouteProgressUseCase, observeEndOfCharge: ObserveEndOfChargeUseCase, observeRouteIntersections: ObserveRouteIntersectionsUseCase, incidentsEnabled: ObserveRouteLineIncidentsEnabledUseCase, dataEnabled: ObserveRouteLineDataEnabledUseCase, appStore: AppStore)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open suspend fun onMapLoaded(style: Style, mapboxMap: MapboxMap, pluginProviderDelegate: MapPluginProviderDelegate)

See OnMapLoadedListener.onMapLoaded for details.

Link copied to clipboard
open suspend override fun onStyleLoaded(style: Style)

Called each time when the style is loaded. The function is called on CoroutineScope that will active as long the style is used by MapView.