open class RelatedPoi : Serializable
A RelatedPoi represents a Point Of Interest related to 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. |
open fun getId(): String!
Returns the Id of the related Point Of Interest. |
|
open fun getRelationType(): PoiRelationType!
Returns the type of a relation. |
|
open fun toString(): String |