DistanceMeterDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get total distance traveled (as the crow flies) from the starting point, through any
intermediate points, to the last point that was added.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double Distance(
DistanceUnit u
)
Public Function Distance (
u As DistanceUnit
) As Double
Parameters
- u
- Type: Telogis.GeoBaseDistanceUnit
Units of distance that the result should be returned in.
Return Value
Type:
DoubleThe distance traveled in the units specified.
See Also