Circle

class Circle

A circle on the earth, as defined by a center point and a radius.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A single point geometry, specifying the center of the circle, using WGS 84 coordinates, in the form [longitude, latitude].

Link copied to clipboard

The radius of the circle in meters. Must be greater than zero and no larger than 100,000 (100 kilometers).

Functions

Link copied to clipboard
inline fun copy(block: Circle.Builder.() -> Unit = {}): Circle
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String