Google Maps FleetEngine Delivery V1 Client - Class DeliveryVehicleType (0.1.1)

Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class DeliveryVehicleType.

The type of delivery vehicle.

Protobuf type maps.fleetengine.delivery.v1.DeliveryVehicle.DeliveryVehicleType

Namespace

Google \ Maps \ FleetEngine \ Delivery \ V1 \ DeliveryVehicle

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DELIVERY_VEHICLE_TYPE_UNSPECIFIED

Value: 0

The value is unused.

Generated from protobuf enum DELIVERY_VEHICLE_TYPE_UNSPECIFIED = 0;

AUTO

Value: 1

An automobile.

Generated from protobuf enum AUTO = 1;

TWO_WHEELER

Value: 2

A motorcycle, moped, or other two-wheeled vehicle

Generated from protobuf enum TWO_WHEELER = 2;

BICYCLE

Value: 3

Human-powered transport.

Generated from protobuf enum BICYCLE = 3;

PEDESTRIAN

Value: 4

A human transporter, typically walking or running, traveling along pedestrian pathways.

Generated from protobuf enum PEDESTRIAN = 4;