CircularRegion

constructor(@FloatRange(from = 0.0, to = 100000) radius: Double, @FloatRange(from = RegionEvent.MIN_LATITUDE, to = RegionEvent.MAX_LATITUDE) latitude: Double, @FloatRange(from = RegionEvent.MIN_LONGITUDE, to = RegionEvent.MAX_LONGITUDE) longitude: Double)

Constructor for creating a circular region.

Parameters

radius

The radius of the circular region in meters.

latitude

The latitude of the circular region's center point in degrees.

longitude

The longitude of the circular region's center point in degrees.