Package com.mapbox.navigation.ui.maps.installer

Types

Link copied to clipboard
class RouteArrowComponentConfig

Route arrow component configuration class.

Link copied to clipboard
class RouteLineComponentConfig

Route line component configuration class.

Functions

Link copied to clipboard
fun ComponentInstaller.routeArrow(mapView: MapView, config: RouteArrowComponentConfig.() -> Unit = {}): Installation

Install component that renders route line arrows on the map.

Link copied to clipboard
fun ComponentInstaller.routeLine(mapView: MapView, config: RouteLineComponentConfig.() -> Unit = {}): Installation

Install component that renders route line on the map.