sdk-search / com.tomtom.online.sdk.search.data.reversegeocoder / ReverseGeocoderSearchQuery

ReverseGeocoderSearchQuery

open class ReverseGeocoderSearchQuery : BaseRequestQuery

The builder used to create an instance of IReverseGeocoderSearchQuery. Once constructed, the user cannot change the field values.

Constructors

<init>

ReverseGeocoderSearchQuery(latitude: Double!, longitude: Double!, radius: Int!, languagePrefix: String!, heading: Float!, number: String!, returnSpeedLimit: Boolean!, returnRoadUse: Boolean!, roadUse: String!, entityType: String!, geopoliticalView: String!)

This creates an an instance of ReverseGeocoderSearchQuery using the provided parameters. It initializes proper fields with passed parameters.

Functions

dispose

open fun dispose(): Unit

getNativeHandle

open fun getNativeHandle(): Long

prepare

open fun prepare(): Long