Location
Represents a geographical location, including its code, country, and optional coordinates.
Properties
| Name | Type | Description |
|---|---|---|
| Code | String | The unique code identifying the location. |
| Country | String | The ISO 3166-1 alpha-2 country code where the location is situated. |
| Longitude | Double | The longitude coordinate of the location, expressed in decimal degrees. |
| Latitude | Double | The latitude coordinate of the location, expressed in decimal degrees. |