| PolarPlotJsonLongitude Property  | 
            Gets or sets the longitude.
            
 
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic float Longitude { get; set; }Public Property Longitude As Single
	Get
	Set
public:
property float Longitude {
	float get ();
	void set (float value);
}member Longitude : float32 with get, set
Property Value
Type: 
Single
See Also