EntryPoint

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

The Point Of Interest entry point.

Constructors

Link copied to clipboard
constructor(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.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String