Package-level declarations

Types

Link copied to clipboard
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 RoutePlanningResult or respective error.

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

Represents the calculated route based on a passed RoutePlanningOptions.