ConstrainedVehicle Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to describe the type of a ConstrainedVehicle
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum ConstrainedVehicle
<FlagsAttribute>
Public Enumeration ConstrainedVehicle
Members
| Member name | Value | Description |
---|
| None | 0 |
This vehicle is not constrained
|
| Auto | 1 |
Car
|
| Bus | 2 |
Bus
|
| Taxi | 4 |
Taxi
|
| CarPool | 8 |
Car-pool
|
| Pedestrian | 16 |
Pedestrian
|
| ThruTraff | 64 |
Through-traffic
|
| Emergency | 256 |
Emergency vehicle
|
| StraightTruck | 512 |
Straight truck (non-articulated)
|
| TractorSemiTrailer | 1024 |
Tractor/semi-trailer truck
|
| StandardDouble | 2048 |
Standard double-axle truck
|
| IntermediateDouble | 4096 |
Intermediate-length double-axle truck
|
| LongDouble | 8192 |
Long double-axle truck
|
| Triple | 16384 |
Triple-axle truck
|
| OtherLCV | 32768 |
Some other light commercial vehicle
|
| Trailer | 65536 |
Trailer
|
| Truck | 65024 |
Generic truck
|
See Also