C# Class PlayFab.ServerModels.PlayerLocation

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property 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
return string

ContinentCode public_oe property

The two-character continent code for this location
public ContinentCode ContinentCode
return ContinentCode

CountryCode public_oe property

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

Latitude public_oe property

Latitude coordinate of the player's geographic location.
public double? Latitude
return double?

Longitude public_oe property

Longitude coordinate of the player's geographic location.
public double? Longitude
return double?