RouteWaypoint

data class RouteWaypoint

A class that represents a route waypoint (only for routes computed with merged waypoints)

Parameters

waypoint

the Waypoint associated to this RouteWaypoint

drivingDistance

distance (in meters) from starting point

drivingDuration

time (in seconds) from starting point not including stop/charging times

travelDuration

time (in seconds) from starting point to reach this RouteWaypoint including stop/charging times on previous RouteWaypoint if any

estimatedSoC

estimated SoC value or Double.NaN if value is invalid.

chargePoolStop

info about the possible charge stop (non-null if a charge stop is associated to this RouteWaypoint)

uTurn

flag indicating if a u-turn is done on this point

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toJson(): String