Package-level declarations

Types

Link copied to clipboard

Building Highlight component configuration class.

Link copied to clipboard

Location puck component configuration class.

Link copied to clipboard

NavigationCamera component configuration class.

Link copied to clipboard

An object that links to default navigation styles. We recommend using these map styles for an optimized map appearance for navigation use-cases.

Link copied to clipboard

Predictive caching is a system that downloads necessary visual map and guidance data resources along the route upfront, before they are needed, in an attempt to provide a smooth experience even when connectivity is lost while using the app.

Link copied to clipboard

Listener that gets notified whenever there's an error with Predictive Cache.

Link copied to clipboard

Route arrow component configuration class.

Link copied to clipboard

Route line component configuration class.

Functions

Link copied to clipboard

Install component that highlights building upon arrival.

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

Install component that renders LocationPuck.

Link copied to clipboard

Install NavigationCamera component.

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

Install component that renders route line arrows on the map.

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

Install component that renders route line on the map.