open class CircleGeometry : Serializable
Represents the information about the circle.
CircleGeometry(center: LatLng!, radius: Int)
Instantiates a new CircleGeometry object based on location and radius. |
open fun getLatitude(): Double
Returns the circle's center latitude. |
|
open fun getLongitude(): Double
Returns the circle's center longitude. |
|
open fun getRadius(): Int
Returns the circle's radius. |