NamedCircle

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

Represents a named circle Range.

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

Parameters

name

The name of the Range.

origin

The GeoPoints of the center of the Circle.

radius

The Range's radius.

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