> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-regime-code.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Coordinates

Coordinates describes an exact geographical location in the world.

## Schema ID

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

## Properties

| Title        | Property  | Type   | Req. | Description                                         |
| ------------ | --------- | ------ | ---- | --------------------------------------------------- |
| Latitude     | `lat`     | number |      | Decimal latitude coordinate.                        |
| Longitude    | `lon`     | number |      | Decimal longitude coordinate.                       |
| What 3 Words | `w3w`     | string |      | What 3 Words text coordinates.                      |
| Geohash      | `geohash` | string |      | Single string coordinate based on geohash standard. |
