IRouteCalculate Method (UnitSystem) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates the route using the specified units.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax void Calculate(
UnitSystem units
)
Sub Calculate (
units As UnitSystem
)
Parameters
- units
- Type: Telogis.GeoBase.NavigationUnitSystem
Defines the unit system used in which to measure cost.
In the USA you would typically use
ImperialFeet
and in Australia you would typically use Metric. This
ensures that instructions are given in units familiar to the end user.
See Also