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

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

- [PFSegmentsPlayerLocation](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocation.md)
- [PFSegmentsPlayerLocationDictionaryEntry](/ja-jp/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerlocationdictionaryentry.md)
- [PFLocationModel](/ja-jp/services/playfab/api-references/c/pftypes/structs/pflocationmodel.md)
- [EventLocation](/ja-jp/services/playfab/api-references/events/data-types/eventlocation.md)
- [player_logged_in](/ja-jp/services/playfab/api-references/events/PlayerIdentity/player-logged-in.md)
