RouteCostUnits Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The cost units used for a given route strategy.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum RouteCostUnits
Public Enumeration RouteCostUnits
Members
| Member name | Value | Description |
---|
| Seconds | 0 |
Cost is in seconds - used by the RouteStrategyFastest.
|
| Meters | 1 |
Cost is in meters - user by the RouteStrategyShortest.
|
| Kilometers | 2 |
Kilometers.
|
| Yards | 3 |
Yards.
|
| Miles | 4 |
Miles.
|
| Currency | 5 |
A monetary unit.
|
| Custom | 6 |
Your own units - for custom Strategies.
|
See Also