Click or drag to resize
Coordinate Constructor (Double, Double)
Creates a new object.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Coordinate(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
longitude
Type: SystemDouble
See Also