> ## 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](/zh-CN/services/playfab/api-references/events/PlayerIdentity/player-logged-in.md)
- [PlayerLocation](/zh-CN/services/playfab/api-references/events/data-types/playerlocation.md)
- [PFLocationModel](/zh-CN/services/playfab/api-references/c/pftypes/structs/pflocationmodel.md)
- [GameInputLocation](/zh-CN/reference/input/gameinput/deprecated/enums/gameinputlocation.md)
- [PFSegmentsPlayerLocation](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocation.md)
