> ## 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.

# PlayerLocation

> PlayerLocation data type.

## Properties

| Name          | Type                                                                              | Description                                                                                   |
| :------------ | :-------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------- |
| City          | String                                                                            | City of the player's geographic location.                                                     |
| ContinentCode | [ContinentCode](/services/playfab/api-references/events/data-types/continentcode) | The two-character continent code for this location                                            |
| CountryCode   | [CountryCode](/services/playfab/api-references/events/data-types/countrycode)     | The two-character ISO 3166-1 country code for the country/region associated with the location |
| Latitude      | double                                                                            | Latitude coordinate of the player's geographic location.                                      |
| Longitude     | double                                                                            | Longitude coordinate of the player's geographic location.                                     |


## Related topics

- [PFSegmentsPlayerLocation](/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocation.md)
- [PFSegmentsPlayerLocationDictionaryEntry](/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocationdictionaryentry.md)
- [player_logged_in](/services/playfab/api-references/events/PlayerIdentity/player-logged-in.md)
- [PlayerProfile](/services/playfab/api-references/events/data-types/playerprofile.md)
- [XR-052 User state, title-save location, and roaming](/publishing/certification/xr/xr-052.md)
