C# Класс PlayFab.ServerModels.PlayerLocation

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
City string
ContinentCode ContinentCode
CountryCode CountryCode
Latitude double?
Longitude double?

Описание свойств

City публичное свойство

City of the player's geographic location.
public string City
Результат string

ContinentCode публичное свойство

The two-character continent code for this location
public ContinentCode ContinentCode
Результат ContinentCode

CountryCode публичное свойство

The two-character ISO 3166-1 country code for the country associated with the location
public CountryCode CountryCode
Результат CountryCode

Latitude публичное свойство

Latitude coordinate of the player's geographic location.
public double? Latitude
Результат double?

Longitude публичное свойство

Longitude coordinate of the player's geographic location.
public double? Longitude
Результат double?