Click or drag to resize
GreatCircleMathsDistance Method
Calculates the distance in km between two points on the earth at sea level.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Nullable<double> Distance(
	Nullable<double> startLatitude,
	Nullable<double> startLongitude,
	Nullable<double> endLatitude,
	Nullable<double> endLongitude
)

Parameters

startLatitude
Type: SystemNullableDouble
startLongitude
Type: SystemNullableDouble
endLatitude
Type: SystemNullableDouble
endLongitude
Type: SystemNullableDouble

Return Value

Type: NullableDouble
See Also