AutocompleteResult

data class AutocompleteResult(val elemType: String?, val place: String, val coordinate: GeoPoint?, val addressLabel: String?, var entrances: List<EntrancePosition>?)

Represents a single autocomplete suggestion

Parameters

elemType

the type of returned item (can be 'place', 'street', 'locality', 'categoryQuery', 'chainQuery', ...

place

full name of the suggested place

coordinate

coordinates of found place

addressLabel

(optional) The place name and its full postal address.

entrances

An optional list of entrance/access positions to reach the item by road.

Constructors

Link copied to clipboard
constructor(elemType: String?, place: String, coordinate: GeoPoint?, addressLabel: String?, entrances: List<EntrancePosition>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard