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