> ## 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 데이터 형식.

## 속성

| 이름            | 형식                                                                                | 설명                                         |
| :------------ | :-------------------------------------------------------------------------------- | :----------------------------------------- |
| City          | String                                                                            | 지리적 위치의 도시입니다.                             |
| ContinentCode | [ContinentCode](/services/playfab/api-references/events/data-types/continentcode) | 지리적 위치의 대륙을 나타내는 두 자리 코드입니다.               |
| CountryCode   | [CountryCode](/services/playfab/api-references/events/data-types/countrycode)     | 지리적 위치의 국가/지역을 나타내는 두 자리 ISO 3166-1 코드입니다. |
| Latitude      | double                                                                            | 지리적 위치의 위도 좌표입니다.                          |
| Longitude     | double                                                                            | 지리적 위치의 경도 좌표입니다.                          |


## Related topics

- [player_logged_in](/ko/services/playfab/api-references/events/PlayerIdentity/player-logged-in.md)
- [PlayerLocation](/ko/services/playfab/api-references/events/data-types/playerlocation.md)
- [PFLocationModel](/ko/services/playfab/api-references/c/pftypes/structs/pflocationmodel.md)
- [GameInputLocation](/ko/reference/input/gameinput/deprecated/enums/gameinputlocation.md)
- [PFSegmentsPlayerLocation](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocation.md)
