Route
This class represents a route between two or more RouteWaypoint.
Parameters
Instance of PrivateRoute based on which publicly visible Route instance will be constructed
RouteOptions used to compute this route
Properties
Bounding box of entire route (the smallest rectangle containing the route).
Time it takes to drive from start to end point of this route in seconds without the stop time of all Waypoint of the route
Route's maximum speed in kph : can be defined by the profile of the vehicle used for route calculation (in Profile.drivingProfile) or by the route's optimization when EVRouteOptions.routeOptim is set to RouteOptim.ECO
Geometric representation of this route.
RouteOptions used to compute this route.
Returns the list of sections associated to this route
Route sheet after a route computation using the default language.
Time it takes to travel this route in seconds, taking into account the stop time of all Waypoint of the route
List of all RouteWaypoint of the route, which includes at least the starting point and the destination.
Functions
Returns the alert radius of the specified route waypoint
Returns the energy consumption along this route (expressed in kWh)
Returns the estimated SoC (in %) at arrival
Gets the location (in coordinates) from a position defined in percentage on the route. This method is designed for circuit navigation to get the geographic location of a specific progress point along the circuit.
Returns the number of Route Waypoints (including departure and destination points).
Builds a partial geometric representation of this route with additional attribute(s)
Gets the position on the route in percentage from a matched location (in coordinates). This method is designed for circuit navigation to get the progress along the circuit.
Returns the simplified geometry of the Route and transforms it in a list of RouteWaypoint. Doesn't modify the Route.
Indicates if the route's arrival is reachable with a SoC at arrival superior or equal to the specified minSocAtArrival (without recharging)
Updates the alert radius of all route waypoints
Updates the alert radius of the specified route waypoint