PoiId

data class PoiId(val id: String, val source: Source)

Identifier that represents the Point Of Interest.

Constructors

Link copied to clipboard
fun PoiId(id: String, source: Source)

Properties

Link copied to clipboard
val id: String

The identifier of the POI for the given map.

Link copied to clipboard

Identifies the type of the search service used to retrieve the POI identifier.