Position

class Position

Information about a position.

Types

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

Properties

Link copied to clipboard

The elevation of the equipment at this position.

Link copied to clipboard

The reference point from which elevation is reported.

Link copied to clipboard

The units used to measure the elevation of the position.

Link copied to clipboard

The latitude of the position.

Link copied to clipboard

The longitude of the position.

Functions

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