open class RelatedPoi : Serializable
An RelatedPoi represents Point Of Interest related with another one, which means being physically part of it.
RelatedPoi(id: String!, relationType: PoiRelationType!)
Default constructor for the RelatedPoi()
Empty constructor for the |
var id: String!
Id of the related Point Of Interest. Pass this as entityId to the Place by ID service to fetch additional data for the Point Of Interest. |
|
var relationType: PoiRelationType!
The type of relation. |