| ReceiverLocationLatitude Property  | 
            Gets or sets the location's latitude.
            
 
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic double Latitude { get; set; }Public Property Latitude As Double
	Get
	Set
public:
property double Latitude {
	double get ();
	void set (double value);
}member Latitude : float with get, set
Property Value
Type: 
Double
See Also