ItineraryPoint

data class ItineraryPoint(val place: <Error class: unknown class>, val heading: <Error class: unknown class>? = null)

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

Parameters

place

Place of this ItineraryPoint.

heading

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

Constructors

Link copied to clipboard
constructor(place: <Error class: unknown class>, heading: <Error class: unknown class>? = null)

Properties

Link copied to clipboard
val heading: <Error class: unknown class>? = null
Link copied to clipboard

A unique identifier of the itinerary point.

Link copied to clipboard
val place: <Error class: unknown class>