sdk-search / com.tomtom.online.sdk.search.data.common / EntryPoint

EntryPoint

open class EntryPoint : Serializable

The POI's entry point retrieved via a Search request.

Constructors

<init>

EntryPoint()

Empty constructor for the EntryPoint.

EntryPoint(type: String!, position: LatLng!)

Default constructor for the EntryPoint.

Properties

position

var position: LatLng!

The geographic position of the entry point.

type

var type: String!

The type of the entry point.

Functions

getPosition

open fun getPosition(): LatLng!

Returns the geographic position of the entry point.

getType

open fun getType(): String!

Returns the type of the entry point.

toString

open fun toString(): String