Reference documentation and code samples for the Google Maps FleetEngine V1 Client class Category.
Vehicle type categories
Protobuf type maps.fleetengine.v1.Vehicle.VehicleType.Category
Namespace
Google \ Maps \ FleetEngine \ V1 \ Vehicle \ VehicleTypeMethods
static::name
value
mixed
static::value
name
mixed
Constants
UNKNOWN
Value: 0
Default, used for unspecified or unrecognized vehicle categories.
Generated from protobuf enum UNKNOWN = 0;
AUTO
Value: 1
An automobile.
Generated from protobuf enum AUTO = 1;
TAXI
Value: 2
Any vehicle that acts as a taxi (typically licensed or regulated).
Generated from protobuf enum TAXI = 2;
TRUCK
Value: 3
Generally, a vehicle with a large storage capacity.
Generated from protobuf enum TRUCK = 3;
TWO_WHEELER
Value: 4
A motorcycle, moped, or other two-wheeled vehicle
Generated from protobuf enum TWO_WHEELER = 4;
BICYCLE
Value: 5
Human-powered transport.
Generated from protobuf enum BICYCLE = 5;
PEDESTRIAN
Value: 6
A human transporter, typically walking or running, traveling along pedestrian pathways.
Generated from protobuf enum PEDESTRIAN = 6;