Circle

class Circle

Geometry defined as a circle. When request routing boundary was set as AutoCircle, the response routing boundary will return Circle derived from the AutoCircle settings.

Types

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

Properties

Link copied to clipboard

Center of the Circle defined in longitude and latitude coordinates.

Link copied to clipboard

Radius of the Circle.

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