C# 클래스 PlayFab.ServerModels.PlayerLocation

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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?