RelatedPoi

data class RelatedPoi(val relationType: PoiRelationType, val id: String)

Information about the related Point of Interest.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

relationType

Points Of Interest relation type.

id

The id of the related Point Of Interest.

Constructors

Link copied to clipboard
fun RelatedPoi(relationType: PoiRelationType, id: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard