Part of Location Represents a geographical location
| Name | Type | Description | Notes |
|---|---|---|---|
| city | String | City of the location | [optional] |
| country | String | An ISO 3166-1 alpha-2 country code | [optional] |
| latitude | Double | Latitude of the location in decimal degrees | [optional] |
| longitude | Double | Longitude of the location in decimal degrees | [optional] |