> ## 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 データ型。

## Properties

| Name          | Type                                                                              | Description                         |
| :------------ | :-------------------------------------------------------------------------------- | :---------------------------------- |
| City          | String                                                                            | 地理的位置の市区町村。                         |
| ContinentCode | [ContinentCode](/services/playfab/api-references/events/data-types/continentcode) | 地理的位置の大陸を表す 2 文字のコード。               |
| CountryCode   | [CountryCode](/services/playfab/api-references/events/data-types/countrycode)     | 地理的位置の国/地域を表す 2 文字の ISO 3166-1 コード。 |
| Latitude      | double                                                                            | 地理的位置の緯度座標。                         |
| Longitude     | double                                                                            | 地理的位置の経度座標。                         |


## Related topics

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