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

withPreciseness

@NonNull abstract fun withPreciseness(positionAcc: LatLngAcc!): IFuzzySearchQuery

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

positionAcc - LatLngAcc!: The position where results should be biased. Position with accuracy is in meters.

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