Vehicle.VehicleType

public static abstract @interface Vehicle.VehicleType implements Annotation

The type of vehicle.

Constant Summary

int AUTO The vehicle is a traditional four-wheel automobile.
int TAXI The vehicle is a taxi.
int TRUCK The vehicle is a truck.
int TWO_WHEELER The vehicle has two wheels; for example, it is a scooter.
int UNKNOWN The vehicle type is unknown.

Inherited Method Summary

Constants

public static final int AUTO

The vehicle is a traditional four-wheel automobile.

Constant Value: 1

public static final int TAXI

The vehicle is a taxi.

Constant Value: 2

public static final int TRUCK

The vehicle is a truck.

Constant Value: 3

public static final int TWO_WHEELER

The vehicle has two wheels; for example, it is a scooter.

Constant Value: 4

public static final int UNKNOWN

The vehicle type is unknown.

Constant Value: 0