NamedCircle
data class NamedCircle( val name: String, val origin: GeoCoordinate, val radius: Distance) : Range
Content copied to clipboard
Represents a named circle Range.
Parameters
name
The name of the Range.
origin
The GeoCoordinates of the center of the Circle.
radius
The Range's radius.