LatLonPythagoreanDistanceTo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
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
)
<ObsoleteAttribute("LatLon.PythagoreanDistanceTo() is obsolete. Please use LatLon.QuickDistanceTo() instead.")>
Public Function PythagoreanDistanceTo (
other As LatLon,
units As DistanceUnit
) As Double
Parameters
- other
- Type: Telogis.GeoBaseLatLon
Destination LatLon. - units
- Type: Telogis.GeoBaseDistanceUnit
Unit that the distance measurement should be returned in.
Return Value
Type:
DoubleThe distance between this
LatLon and
other.
See Also