Skip to content

Coordinate

The Coordinate type is used in response data to represent values such as latitude and longitude.

JSON

"coordinate": {
    "decimal": 125.748462,
    "degree": {
        "degrees": 125,
        "minutes": 44,
        "seconds": 54,
        "formatted": "125ยบ 44' 54\""
    }
}

Properties

Name Type Value
decimal decimal A signed decimal value up to six (6) digits of precision.
degree Degree DMS (degrees, arc minutes, arc seconds) notation parts of the value of decimal.