Package-level declarations

Types

Link copied to clipboard
class DefaultRouteOverviewViewModel(map: Map, navigationManager: NavigationManager) : RouteOverviewViewModel

Manages route overview mode by positioning camera to fit remaining route geometry.

Link copied to clipboard
data class RouteOverviewComposableColors(val backgroundColor: Color, val textColor: Color)

Colors configuration for RouteOverviewComposable.

Link copied to clipboard

Default values for RouteOverviewComposable.

Link copied to clipboard
data class RouteOverviewInfo(val distance: RouteDistance? = null, val duration: Duration? = null)

Data class containing route overview information.

Link copied to clipboard

Manages the route overview mode during navigation. Route overview allows users to see the entire route on the map.

Functions

Link copied to clipboard

Route overview UI showing remaining trip duration and distance with continue button. Only displays when route overview mode is active.