Package com.mapbox.navigation.ui.maps.installer
Types
Link copied to clipboard
Camera mode button component configuration class.
Link copied to clipboard
NavigationCamera component configuration class.
Link copied to clipboard
Recenter button component configuration class.
Link copied to clipboard
Route arrow component configuration class.
Link copied to clipboard
Route line component configuration class.
Functions
Link copied to clipboard
fun ComponentInstaller.cameraModeButton(button: MapboxCameraModeButton, config: CameraModeComponentConfig.() -> Unit = {}): Installation
Content copied to clipboard
Install component that toggles NavigationCamera between NavigationCameraState.OVERVIEW and NavigationCameraState.FOLLOWING on button click.
Link copied to clipboard
fun ComponentInstaller.navigationCamera(mapView: MapView, config: NavigationCameraComponentConfig.() -> Unit = {}): Installation
Content copied to clipboard
Install NavigationCamera component.
Link copied to clipboard
fun ComponentInstaller.recenterButton( mapView: MapView, button: MapboxExtendableButton, config: RecenterButtonComponentConfig.() -> Unit = {}): Installation
Content copied to clipboard
Link copied to clipboard
fun ComponentInstaller.routeArrow(mapView: MapView, config: RouteArrowComponentConfig.() -> Unit = {}): Installation
Content copied to clipboard
Install component that renders route line arrows on the map.
Link copied to clipboard
fun ComponentInstaller.routeLine(mapView: MapView, config: RouteLineComponentConfig.() -> Unit = {}): Installation
Content copied to clipboard
Install component that renders route line on the map.