Skip to content

Degree

The Degree type is used in response data to provide an easy way to access individual values that are used in DMS notation.

JSON

"degree": {
    "degrees": -45,
    "minutes": 30,
    "seconds": 18,
    "formatted": "-45ยบ 30' 18\""
}

Properties

Name Type Value
degrees integer A signed integer representing the degrees portion of the value.
minutes integer An unsigned integer representing the arc minutes portion of the value.
seconds integer An unsigned integer representing the arc seconds portion of the value.
formatted string A human-readable string of the value in DMS notation.