C# Class PlayFab.AdminModels.PlayerLocation

Show file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
City string
ContinentCode ContinentCode
CountryCode CountryCode
Latitude double?
Longitude double?

Property Details

City public property

City of the player's geographic location.
public string City
return string

ContinentCode public property

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

CountryCode public property

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

Latitude public property

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

Longitude public property

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