open class EntryPoint : Serializable
The POI's entry point retrieved via a Search Request.
EntryPoint()
Empty constructor for the EntryPoint(type: String!, position: LatLng!)
Default constructor for the |
var position: LatLng!
The geographic position of the entry point. -- GETTER -- |
|
var type: String!
The type of the entry point. -- GETTER -- |