ServerConfigJsonInitialLongitude Property |
Gets or sets the initial longitude for maps.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double InitialLongitude { get; set; }
Public Property InitialLongitude As Double
Get
Set
public:
property double InitialLongitude {
double get ();
void set (double value);
}
member InitialLongitude : float with get, set
Property Value
Type:
DoubleSee Also