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. -- GETTER --

type

var type: String!

The type of the entry point. -- GETTER --