RequestedPoiRelationType

enum RequestedPoiRelationType : Enum<RequestedPoiRelationType>

Point Of Interest relationship type.

Points Of Interest can be related to each other when the one is a real and physical part of the other. For example, an airport terminal can physically belong to an airport. This relationship is expressed as a parent/child relationship: the airport terminal is a child of the airport.

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

Entries

Link copied to clipboard
ALL()

Response contains both children and parents of the POI.

Link copied to clipboard

Response contains parents of the POI.

Link copied to clipboard

Response contains children of the POI.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int