NamedCircle

constructor(name: String, origin: GeoPoint, radius: Distance)

Parameters

name

The name of the Circle. It should not be an empty string.

origin

The GeoPoints of the center of the Circle.

radius

The radius of the NamedCircle. It should be greater than 0.