ProximityRegion 
    A ProximityRegion defines a proximity region with an identifier, major, minor and optional latitude, longitude and RSSI.
Constructors
Functions
Link copied to clipboard
                  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.