sdk-search / com.tomtom.online.sdk.search.data.placebyid / PlaceByIdQuery

PlaceByIdQuery

open class PlaceByIdQuery : BaseRequestQuery

Builder class used to create PlaceByIdQuery.

Constructors

<init>

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.

Functions

dispose

open fun dispose(): Unit

getNativeHandle

open fun getNativeHandle(): Long

prepare

open fun prepare(): Long