NamedCircle

class NamedCircle(val name: String, val origin: GeoPoint, val radius: Distance)

Represents a named circle.

Important: This is a Public Preview API. It may be changed or removed at any time.

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