ItineraryPoint

data class ItineraryPoint(val place: Place)

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

Constructors

Link copied to clipboard
fun ItineraryPoint(place: Place)

Properties

Link copied to clipboard
val id: ItineraryPointId

A unique identifier of the itinerary point.

Link copied to clipboard
val place: Place