open class PlaceByIdQuery : BaseRequestQuery
Builder class used to create PlaceByIdQuery
.
PlaceByIdQuery(placeId: String!, language: String!)
Constructor for Place by Id query which allows to get detailed information about the Place found by its identifier (placeId). Currently, Place by Id only supports POI (Points of Interest) ids. |
open fun dispose(): Unit |
|
open fun getNativeHandle(): Long |
|
open fun prepare(): Long |