sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQuery

FuzzySearchQuery

open class FuzzySearchQuery : BaseRequestQuery

Builder class used to create FuzzySearchQuery.

Constructors

<init>

FuzzySearchQuery(term: String!, limit: Int!, offset: Int!, position: LatLng!, preciseness: LatLngAcc!, country: String!, extendedPostalCodes: String!, idx: String!, boundingBox: BoundingBox!, typeAhead: Boolean!, category: Boolean!, brandSet: String!, language: String!, evConnectorSet: String!, minFuzzyLevel: Int!, maxFuzzyLevel: Int!, geopoliticalView: String!, categorySet: MutableList<Long!>!, mapCodes: MutableSet<MapCodeType!>!, openingHours: OpeningHoursMode!, timeZone: TimeZoneType!, fuelSet: String!, poiRelationType: PoiRelationType!)

Creates instance of a query with defined parameters. More detailed information about each of parameters can be found in the IFuzzySearchQuery interface.

Functions

dispose

open fun dispose(): Unit

getNativeHandle

open fun getNativeHandle(): Long

prepare

open fun prepare(): Long