NavigationEventGetDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Distance to the Movement.
Namespace:
Telogis.GeoBase.Navigation
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
The unit of distance to use.
Return Value
Type:
DoubleThe distance of the Movement in the requested units.
See Also