MovementTagDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the distance from the point on the route where the tag was added to this Movement.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public DistanceValue Distance(
UnitSystem units
)
Public Function Distance (
units As UnitSystem
) As DistanceValue
Parameters
- units
- Type: Telogis.GeoBase.NavigationUnitSystem
The UnitSystem in which the distance
should be returned.
Return Value
Type:
DistanceValue
Distance between the Movement and the point along the route where the tag was added.
The tag is always attached to the next Movement along the route after the point where it was added.
See Also