Package-level declarations

Types

Link copied to clipboard
data class RouteIncrementResult(val incrementEndOffset: Distance, val instructions: List<Instruction>, val laneGuidanceData: List<LaneSection>)

Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard

Entry point to perform a route planning action.

Link copied to clipboard

Callback which is responsible to inform about a received RoutePlanningResponse or respective failure.

Link copied to clipboard
data class RoutePlanningResponse(val routes: List<Route>)

Represents the calculated route based on a passed RoutePlanningOptions.