open class FuzzySearchQuery : BaseRequestQuery
Builder class used to create FuzzySearchQuery
.
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!)
Creates instance of a query with defined parameters. More detailed information about each of parameters can be found in the |
open fun dispose(): Unit |
|
open fun getNativeHandle(): Long |
|
open fun prepare(): Long |