@NonNull abstract fun withRadius(radius: Int!): IReverseGeocoderSearchQuery
If the radius is set, the results will be constrained to the defined area.
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.