Skip to main content
Coordinates describes an exact geographical location in the world.

Schema ID

https://gobl.org/draft-0/org/coordinates

Properties

TitlePropertyTypeDescription
LatitudelatnumberDecimal latitude coordinate.
LongitudelonnumberDecimal longitude coordinate.
What 3 Wordsw3wstringWhat 3 Words text coordinates.
GeohashgeohashstringSingle string coordinate based on geohash standard.

Validation Rules

FieldTestValidation Code / Message
lat
  • At least -90
  • At most 90
GOBL-ORG-COORDINATES-01
Coordinate lattude must be between -90.0 and 90.0
lon
  • At least -180
  • At most 180
GOBL-ORG-COORDINATES-02
Coordinate longitude must be between -180.0 and 180.0
w3wGOBL-ORG-COORDINATES-03
What3words coordinate must be valid