Route
Collection of maneuvers and roadElements connecting two or more waypoints. Waypoints may be thought of as the input to a route calculation whereas maneuvers are the results of calculating a route.
Types
RoadElementsCallback
Link copied to clipboard
interface RoadElementsCallback
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
deserializeFromFullJSON
Link copied to clipboard
@Nullable()
Content copied to clipboard
Deserialize route from json generated with serializeToFullJSON.
getBoundingBox
Link copied to clipboard
getDestination
Link copied to clipboard
getEVProfile
Link copied to clipboard
getManeuvers
Link copied to clipboard
getPolylinesFromRouteSegments
Link copied to clipboard
@Nullable()
Content copied to clipboard
getRoadElements
Link copied to clipboard
open fun getRoadElements(@NonNull() callback: Route.RoadElementsCallback)
Content copied to clipboard
Returns a list of RoadElement objects for current route object from start.
open fun getRoadElements(@NonNull() callback: Route.RoadElementsCallback, @Nullable() executor: Executor)
Content copied to clipboard
Returns a list of RoadElement objects for current route object from start.
getRouteGeometry
Link copied to clipboard
getRouteId
Link copied to clipboard
getRouteInfo
Link copied to clipboard
getRouteViolatedAvoidOptions
Link copied to clipboard
getRoutingOptions
Link copied to clipboard
getTransitCountries
Link copied to clipboard
getWaypoints
Link copied to clipboard
isValidParcelable
Link copied to clipboard
serializeToBriefJSON
Link copied to clipboard
serializeToFullJSON
Link copied to clipboard
writeToParcel
Link copied to clipboard
Properties
CREATOR
Link copied to clipboard