NamedCircle

fun NamedCircle(    name: String,     origin: GeoCoordinate,     radius: Distance)

Parameters

name

The name of the Range.

origin

The GeoCoordinates of the center of the Circle.

radius

The Range's radius.