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

withRadius

@NonNull abstract fun withRadius(radius: Int!): IReverseGeocoderSearchQuery

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

Parameters

radius - Int!: A value in meters with no default value.

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