# Location


## Fields

| Field                                                                                                                 | Type                                                                                                                  | Required                                                                                                              | Description                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| `City`                                                                                                                | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The English name of the detected city.                                                                                |
| `Continent`                                                                                                           | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The English name of the detected continent (North America, Europe, Asia, South America, Africa, Oceania, Antarctica). |
| `Coordinates`                                                                                                         | [*components.Coordinates](../../models/components/coordinates.md)                                                     | :heavy_minus_sign:                                                                                                    | N/A                                                                                                                   |
| `Country`                                                                                                             | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The English name of the detected country.                                                                             |
| `CountryCode`                                                                                                         | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The detected two-letter ISO 3166-1 alpha-2 country code (US, CN, GB, RU, ...).                                        |
| `PostalCode`                                                                                                          | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The postal code (if applicable) of the detected location.                                                             |
| `Province`                                                                                                            | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The state or province name of the detected location.                                                                  |
| `RegisteredCountry`                                                                                                   | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The English name of the registered country.                                                                           |
| `RegisteredCountryCode`                                                                                               | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The registered country's two-letter ISO 3166-1 alpha-2 country code (US, CN, GB, RU, ...).                            |
| `Timezone`                                                                                                            | **string*                                                                                                             | :heavy_minus_sign:                                                                                                    | The IANA time zone database name of the detected location.                                                            |