VehicleType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Describes a type of vehicle
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum VehicleType
<FlagsAttribute>
Public Enumeration VehicleType
Members
| Member name | Value | Description |
---|
| Default | 0 |
No specific vehicle type has been set. When applied to a Route, a VehicleType of Auto
will actually be used.
|
| Auto | 1 |
Automobile
|
| Bus | 2 |
Bus
|
| Taxi | 4 |
Taxi
|
| CarPool | 8 |
Car-pooling vehicle
|
| Pedestrian | 16 |
Pedestrian who walks
|
| Emergency | 256 |
Emergency vehicle
|
| StraightTruck | 512 |
Straight truck (as opposed to a tractor/trailer combination)
|
| TractorSemiTrailer | 1024 |
A tractor with a single trailer
|
| StandardDouble | 2048 |
A truck with two trailers
|
| IntermediateDouble | 4096 |
An intermediate-length truck with two trailers
|
| LongDouble | 8192 |
A long truck with two trailers
|
| Triple | 16384 |
A truck with three trailers
|
| OtherLCV | 32768 |
Other light commercial vehicle
|
| Unknown | 65536 |
No information about this vehicle is available
|
| Truck | 65024 |
Truck, combination of the different truck types
|
| All | 65295 |
All vehicles
|
| AllButEmergency | 65039 |
Any vehicle, except for an emergency vehicle
|
See Also