ItineraryPoint

constructor(place: Place, heading: Angle? = null, pauseTime: Duration = Duration.ZERO)

Encapsulates Place with the additional information relevant for the route itinerary.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

place
heading

Angle at which this itinerary point should be approached or departed. Counted from north in clockwise direction and in range [0, 360).

pauseTime

Pause time at this itinerary point (including charging time).


constructor(place: Place, heading: Angle? = null)

Parameters

place
heading

Angle at which this itinerary point should be approached or departed. Counted from north in clockwise direction and in range [0, 360).