C# Class PlayFab.AdminModels.PlayerLocation

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
City string
ContinentCode ContinentCode
CountryCode CountryCode
Latitude double?
Longitude double?

Property Details

City public_oe property

City of the player's geographic location.
public string City
Résultat string

ContinentCode public_oe property

The two-character continent code for this location
public ContinentCode ContinentCode
Résultat ContinentCode

CountryCode public_oe property

The two-character ISO 3166-1 country code for the country associated with the location
public CountryCode CountryCode
Résultat CountryCode

Latitude public_oe property

Latitude coordinate of the player's geographic location.
public double? Latitude
Résultat double?

Longitude public_oe property

Longitude coordinate of the player's geographic location.
public double? Longitude
Résultat double?