DMSCoordinate

data class DMSCoordinate(val degrees: Int, val minutes: Int, val seconds: Double, val windDirection: DMSCoordinate.WindDirection)

A Location coordinate defined by degrees, minutes and seconds.

Constructors

Link copied to clipboard
constructor(degrees: Int, minutes: Int, seconds: Double, windDirection: DMSCoordinate.WindDirection)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard

Double representation of this coordinate

Link copied to clipboard

The degrees of the coordinate

Link copied to clipboard

The minutes of the coordinate

Link copied to clipboard

The seconds of the coordinate

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String