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

withPosition

fun withPosition(position: LatLng): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withPosition

The position where results should be biased. Supplying the position without a radius will only bias the search results to that area.

Parameters

position - The position where results should be biased.

Return
The builder of the query with a new value for the position being set.