Package-level declarations
Types
Determines if the route was computed as primary with regards to the given cost model, or if it is a path alternative, meaning a distinct path depending on the previous computed routes.
Represents a consumed or remaining amount of fuel or electric energy.
Represents the destination of the route.
Indicates driving side at the point of the maneuver.
Represents the origin of the route.
Represents the planning reason returned from the route planner.
The route class contains the route to be navigated, including geometry and generated guidance messages.
Represents information about a part of a Route, made up of a list of GeoPoint points. Contains a list of Instructions for all the maneuvers along the route leg.
Information about the route creation and the last update.
Represents route GeoPoint together with its distance offset along the route and estimated travel time.
A unique identifier, used for matching RouteStop with ItineraryPoint.
Information about route creation or modification time.
Represents a line between two RoutePoint.
The Signpost class contains information about the signpost for the Instruction.
The route summary contains the high-level route data.
Indicates a payment type accepted for a toll.
Represents a point that the route must visit between departure and destination.
Functions
Calculates the angle (bearing) between this RoutePoint and the GeoPoint given as an argument.
Calculates the geographic distance from this RoutePoint.coordinate to the GeoPoint given as an argument.
Finds Segment at given distance along the route using binary search.