RouteStop
Represents a predetermined point on a route that is used as a reference point for navigation - Origin, Destination, Waypoint.
RouteStop objects are received as part of the route response from the route planning API. RouteStop is added to the route response because either the location was requested by the user or it was automatically generated by the system (see SourceType).
Constructors
Types
Specifies why a RouteStop was added to the route.
Properties
The level of energy expected at arrival. Optional, present only for electric vehicles if electricity consumption is specified in the routing request.
Information on how much to charge at a charging station. Optional, will only be present if this route point is a charging stop in an EV route.
The ID that matches a corresponding ItineraryPointId in the routing request if this route stop was requested by the user.
Coordinates which represent the navigable points of this route stop.
Place associated with this route stop.
The driving distance from the start of the route to this route stop.
Specifies the reason why the route point was added to the route.
Functions
Creates a copy of this RouteStop object, with the option to modify some of its properties.