Package-level declarations
Types
Link copied to clipboard
class BackCloseButtonState(val isFinalAction: Boolean, val onBackClicked: () -> Unit, val onCloseClicked: () -> Unit)
Link copied to clipboard
class BuildingHighlightController(context: Context, mapView: MapView, arrivingPoint: ObserveArrivingPointUseCase)
Link copied to clipboard
data class CameraButtonAction(val visible: Boolean = true, @DrawableRes val drawableId: Int, @StringRes val actionStringRes: Int = 0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class DefaultChargingPinsProvider(context: Context, maxSearchResultsSize: Int, deviceType: DeviceType) : ChargingPinsProvider
Link copied to clipboard
class DefaultMapHelper(mapboxRouteHelper: MapboxRouteHelper, lifecycleOwner: LifecycleOwner, cameraControllerProvider: (mapView: MapView, viewportDataSource: MapboxNavigationViewportDataSource, camera: NavigationCamera) -> OptionsAwareCameraController, debugCameraOptionsProvider: DebugCameraOptionsProvider, arrivalEdgeInsets: EdgeInsets?, safeAreaPaddings: EdgeInsets, cameraConfigProvider: (MapView) -> CameraConfig, observeEnhancedLocationUseCase: () -> Flow<Location>, observeRouteProgressUseCase: () -> Flow<RouteProgress>, observeActiveRoutesUseCase: () -> Flow<List<NavigationRoute>>, observeInitialLocationUseCase: () -> Flow<Location>) : MapHelper
Link copied to clipboard
typealias DestinationPreviewUiComposer = @Composable (modifier: Modifier, state: DestinationPreviewUiState) -> Unit
Link copied to clipboard
class DestinationPreviewUiState(val place: DataState<DestinationPreviewUiState.PlaceDetails>, val primaryButton: DestinationPreviewUiState.ActionButton.Primary? = null, val secondaryButton: DestinationPreviewUiState.ActionButton.Secondary? = null, val backCloseButtonState: BackCloseButtonState? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MapIncidentsDisplay(mapIncidentsVisibilityType: ObserveMapIncidentsVisibilityTypeUseCase, appStore: AppStore) : MapLayerManager
Link copied to clipboard
A new instance of MapLayerManager will be created for each instance of MapView
Link copied to clipboard
Link copied to clipboard
class MapTrafficLightsDisplay(mapTrafficLightsVisibilityType: ObserveMapTrafficLightsVisibilityTypeUseCase, appStore: AppStore) : MapLayerManager
Link copied to clipboard
Link copied to clipboard
class PlacesListUiState(val title: DataState<String>, val items: DataState<List<DashSearchResult>>, val itemSelected: (Int) -> Unit, val backCloseButtonState: BackCloseButtonState?)
Link copied to clipboard
Link copied to clipboard
class SelectedPoiController(mapboxMap: MapboxMap, observerDestinationMarkers: ObserverDestinationMarkersUseCase)
Link copied to clipboard
class WalkingRouteDisplay(observeRouteProgress: ObserveRouteProgressUseCase, appStore: AppStore) : MapLayerManager
Properties
Functions
Link copied to clipboard
Link copied to clipboard
fun getTerrainStyleExtension(styleUri: String, isTerrain3DEnabled: Boolean, is3DMapEnabled: Boolean): MapStyleData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard