Click or drag to resize

IRouteCalculate Method (UnitSystem)

Verizon Connect Logo
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
)

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