CircularRegion

class CircularRegion(@FloatRange(from = 0.0, to = 100000.0) val radius: Double, @FloatRange(from = -90.0, to = 90.0) val latitude: Double, @FloatRange(from = -180.0, to = 180.0) val longitude: Double)(source)

A CircularRegion defines a circular region with a radius, latitude and longitude.

Constructors

Link copied to clipboard
constructor(@FloatRange(from = 0.0, to = 100000.0) radius: Double, @FloatRange(from = -90.0, to = 90.0) latitude: Double, @FloatRange(from = -180.0, to = 180.0) longitude: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Validates the circular region object.

Link copied to clipboard

The latitude from the center of the circular region in degrees.

Link copied to clipboard

The longitude from the center of the circular region in degrees.

Link copied to clipboard

The radius of the circular region in meters.