NamedCircle

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NamedCircle(val name: String, val origin: GeoPoint, val radius: Distance)

Represents a named circle.

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.

Constructors

Link copied to clipboard
constructor(name: String, origin: GeoPoint, radius: Distance)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard