LatLonDistanceTo Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double DistanceTo(
LatLon other,
DistanceUnit units
)
Public Function DistanceTo (
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 the specified
LatLon in the requested units.
Remarks See Also