Itinerary
The Itinerary represents a sequence of points that a route visits.
Throws
if an invalid combination of options is used. Invalid combinations are:
having origin.pauseTime or destination.pauseTime set to something other than Duration.ZERO
having origin.waypointType or destination.waypointType set
having ItineraryPoint.personalChargingCapability set to PersonalChargingCapability.HomeCharger for any itinerary points other than destination
having the same ItineraryPoint.chargingStationId for two consecutive waypoints
having the same ItineraryPoint.chargingStationId for the last waypoint and the destination
Constructors
The Itinerary represents a sequence of points that a route visits.
Properties
The ItineraryPoint of the destination.
The ItineraryPoint of the origin.
Ordered collection of intermediate ItineraryPoints.