setCoordinates
open fun setCoordinates(@Nullable @FloatRange(from = RegionEvent.MIN_LATITUDE, to = RegionEvent.MAX_LATITUDE) latitude: Double, @Nullable @FloatRange(from = RegionEvent.MIN_LONGITUDE, to = RegionEvent.MAX_LONGITUDE) longitude: Double)
Sets the proximity region's latitude and longitude.
Parameters
latitude
The proximity region's latitude.
longitude
The proximity region's longitude.