@NonNull abstract fun withPosition(position: LatLng!): IFuzzySearchQuery
The position where results should be biased. Supplying the position without a radius will only bias the search results to that area.
position
- LatLng!: The position where results should be biased.
Return
IFuzzySearchQuery: The builder of the query with a new value for the position being set.