sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQueryBuilder / withPreciseness

withPreciseness

fun withPreciseness(preciseness: LatLngAcc): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withPreciseness

The position where results should be biased. The radius parameter is specified in meters. If radius and position are set, the results will be constrained to the defined area. If radius is not present, or is set to 0, the results will not be constrained.

Parameters

preciseness - The position where results should be biased. Position with accuracy is in meters.

Return
The builder of the query with new values for the position and radius being set.