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