Click or drag to resize
IPolarPlotterInitialise Method (Double, Double)
Initialises the plotter with a standard set of slices and bearing rounding.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Initialise(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
longitude
Type: SystemDouble
Remarks
The standard slices are -2.1 billion to 9999', 10000 to 19999', 20000 to 29999' and 30000 to 2.1 billion feet, plus another that covers -2.1 billion to 2.1 billion feet. Bearings are rounded to the nearest degree.
See Also