Package-level declarations

Types

Link copied to clipboard
value class Boundary

Indicates if the ProjectedRouteSection is on the map.

Link copied to clipboard
data class ProjectedRoute(val id: RouteId, val sections: List<ProjectedRouteSection>)

The projected route provided by RouteProjectionEngine.

Link copied to clipboard
data class ProjectedRouteSection(    val mapPositions: List<MapPosition>,     val startBoundary: Boundary,     val endBoundary: Boundary,     val startOffset: Distance = Distance.ZERO,     val endOffset: Distance = Distance.ZERO)

Describes part of the projected route.

Link copied to clipboard

Responsible for projecting the input route to obtain map references when not provided.