Latitude coordinates of the event location, not used to determine event Location on map if is_map_displayed set to true
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public double Latitude { get; set; }
public double Latitude { get; set; }
Public Property Latitude As Double
Get
Set
Public Property Latitude As Double
Get
Set
public:
property double Latitude {
double get ();
void set (double value);
}
public:
property double Latitude {
double get ();
void set (double value);
}
member Latitude : float with get, set
member Latitude : float with get, set