2.1.1 Location object
Represents a location on earth in a general sense. This includes a country and optionally a set of coordinates.
Example
{
"country": {
"id": "NL",
"name": "Netherlands",
"flag": {
"url": "https://www.drillster.com/img/flags/NL.png"
}
},
"coordinates": {
"latitude": 52.30905,
"longitude": 4.94019
}
}
Fields
Field | Type | Description |
---|---|---|
country optional |
2.1.1 Country object | Represents a country. |
coordinates optional |
2.1.1 Coordinates object | Represents a set of geographical coordinates. |
Last updated on