Coordinates

A complex type that lists the coordinates for a geoproximity resource record.

Types

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

Properties

Link copied to clipboard

Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).

Link copied to clipboard

Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).

Functions

Link copied to clipboard
inline fun copy(block: Coordinates.Builder.() -> Unit = {}): Coordinates
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