Click or drag to resize

PointFeatureDistanceTo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Measure distance between this and another LatLon (using GreatCircle(Double, Double, Double, Double)).

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public override double DistanceTo(
	LatLon location,
	DistanceUnit units
)

Parameters

location
Type: Telogis.GeoBaseLatLon
Destination LatLon.
units
Type: Telogis.GeoBaseDistanceUnit
Unit that measurement is returned in.

Return Value

Type: Double
Distance in requested units.
Remarks
The value returned represents the distance over the face of a sphere rather than the straight line distance. See GreatCircle(Double, Double, Double, Double) for more information.
See Also