> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EventLocation

> EventLocation data type.

## Properties

| Name          | Type                                                                              | Description                                                                               |
| :------------ | :-------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------- |
| City          | String                                                                            | City of the geographic location.                                                          |
| ContinentCode | [ContinentCode](/services/playfab/api-references/events/data-types/continentcode) | Two-character code representing the continent of geographic location.                     |
| CountryCode   | [CountryCode](/services/playfab/api-references/events/data-types/countrycode)     | Two-character ISO 3166-1 code representing the country/region of the geographic location. |
| Latitude      | double                                                                            | Latitude coordinate of the geographic location.                                           |
| Longitude     | double                                                                            | Longitude coordinate of the geographic location.                                          |


## Related topics

- [player_logged_in](/services/playfab/api-references/events/PlayerIdentity/player-logged-in.md)
- [Events](/services/xbox-services/player-data/stats-leaderboards/event-based/events/index.md)
- [PlayerLocation](/services/playfab/api-references/events/data-types/playerlocation.md)
- [PAGE 111 · Accessible transportation for gaming events](/build/game-principles/accessibility/page/page-111-transportation.md)
- [Events overview](/services/xbox-services/player-data/stats-leaderboards/event-based/events/live-game-events.md)
