Package-level declarations

Properties

Link copied to clipboard
val RouteProgress.currentAdmin: Admin?

Gets the current admin information from the route progress.

Link copied to clipboard
val RouteProgress.currentIntersection: StepIntersection?

Gets the current intersection from the route progress.

Link copied to clipboard
val RouteProgress.currentLeg: RouteLeg?

Gets the current leg from the route progress.

Functions

Link copied to clipboard
fun RouteProgress.collectIntersectionsAhead(lookaheadDistance: Double, limit: Int = Integer.MAX_VALUE, intersectionsFilter: (StepIntersection) -> Boolean = { true }): List<Pair<StepIntersection, Double>>?

Collects intersections ahead within a specified distance.