Click or drag to resize

LatLonPythagoreanDistanceTo Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

This method is obsolete. Please use QuickDistanceTo(LatLon, DistanceUnit) instead.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("LatLon.PythagoreanDistanceTo() is obsolete. Please use LatLon.QuickDistanceTo() instead.")]
public double PythagoreanDistanceTo(
	LatLon other,
	DistanceUnit units
)

Parameters

other
Type: Telogis.GeoBaseLatLon
Destination LatLon.
units
Type: Telogis.GeoBaseDistanceUnit
Unit that the distance measurement should be returned in.

Return Value

Type: Double
The distance between this LatLon and other.
See Also