GoogleMapSettingsInitialMapLongitude Property |
Gets or sets the initial longitude to show. This is overridden by the user's own settings after they have viewed the page the first time.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double InitialMapLongitude { get; set; }
Public Property InitialMapLongitude As Double
Get
Set
public:
property double InitialMapLongitude {
double get ();
void set (double value);
}
member InitialMapLongitude : float with get, set
Property Value
Type:
DoubleSee Also