On-demand Rides and Deliveries Solution is currently available only to select partners. Contact sales to learn more.

Vehicle.VehicleType

Stay organized with collections Save and categorize content based on your preferences.
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