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 mapReferences: MapReferences, val startBoundary: Boundary, val endBoundary: Boundary)

Describes part of the projected route.

Link copied to clipboard

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