C# Class PlayFab.PlayStreamModels.EventLocation

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 geographic location.
public string City
return string

ContinentCode public property

Two-character code representing the continent of geographic location.
public ContinentCode? ContinentCode
return ContinentCode?

CountryCode public property

Two-character ISO 3166-1 code representing the country of the geographic location.
public CountryCode? CountryCode
return CountryCode?

Latitude public property

Latitude coordinate of the geographic location.
public double? Latitude
return double?

Longitude public property

Longitude coordinate of the geographic location.
public double? Longitude
return double?