sdk-search / com.tomtom.online.sdk.search.data.reversegeocoder / ReverseGeocoderSearchQueryBuilder / withRadius

withRadius

fun withRadius(radius: Int): ReverseGeocoderSearchQueryBuilder

Overrides IReverseGeocoderSearchQuery.withRadius

If the radius is set, the results will be constrained to the defined area.

Parameters

radius - A value in meters with no default value.

Return
The builder of the ReverseGeocoderSearchQuery with a new value for radius being set.