EntryPoint

data class EntryPoint(val type: EntryType, val position: GeoPoint)

The Point Of Interest entry point.

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

Constructors

Link copied to clipboard
fun EntryPoint(type: EntryType, position: GeoPoint)

Properties

Link copied to clipboard

The geographic position of the entry point.

Link copied to clipboard

The type of the entry point.