DirectionGetDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets the distance to travel before the instruction is executed.
e.g. "After (x) units, turn left onto Main St".
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double GetDistance(
DistanceUnit units
)
Public Function GetDistance (
units As DistanceUnit
) As Double
Parameters
- units
- Type: Telogis.GeoBaseDistanceUnit
Unit to use when returning distance.
Return Value
Type:
DoubleDistance in the specified units.
Remarks See Also