Calculates the distance between two lat/lng's in miles.

Namespace: Lucene.Net.Spatial.Geometry
Assembly: Lucene.Net.Contrib.Spatial (in Lucene.Net.Contrib.Spatial.dll) Version: 2.9.1.2 (2.9.1.002)

Syntax

C#
public double ArcDistance(
	LatLng ll2
)
Visual Basic
Public Function ArcDistance ( _
	ll2 As LatLng _
) As Double
Visual C++
public:
double ArcDistance(
	LatLng^ ll2
)

Parameters

ll2
Type: Lucene.Net.Spatial.Geometry..::..LatLng

[Missing <param name="ll2"/> documentation for "M:Lucene.Net.Spatial.Geometry.LatLng.ArcDistance(Lucene.Net.Spatial.Geometry.LatLng)"]

Return Value

Returns the distance in miles

See Also