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: <Error class: unknown class>, val sections: List<ProjectedRouteSection>)

The projected route provided by RouteProjectionEngine.

Link copied to clipboard
data class ProjectedRouteSection(val mapPositions: List<<Error class: unknown class>>, val startBoundary: Boundary, val endBoundary: Boundary, val startOffset: <Error class: unknown class> = Distance.ZERO, val endOffset: <Error class: unknown class> = 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.