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

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

The vehicle's navigation status.

Protobuf type maps.fleetengine.delivery.v1.DeliveryVehicleNavigationStatus

Namespace

Google \ Maps \ FleetEngine \ Delivery \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN_NAVIGATION_STATUS

Value: 0

Unspecified navigation status.

Generated from protobuf enum UNKNOWN_NAVIGATION_STATUS = 0;

NO_GUIDANCE

Value: 1

The Driver app's navigation is in FREE_NAV mode.

Generated from protobuf enum NO_GUIDANCE = 1;

ENROUTE_TO_DESTINATION

Value: 2

Turn-by-turn navigation is available and the Driver app navigation has entered GUIDED_NAV mode.

Generated from protobuf enum ENROUTE_TO_DESTINATION = 2;

OFF_ROUTE

Value: 3

The vehicle has gone off the suggested route.

Generated from protobuf enum OFF_ROUTE = 3;

ARRIVED_AT_DESTINATION

Value: 4

The vehicle is within approximately 50m of the destination.

Generated from protobuf enum ARRIVED_AT_DESTINATION = 4;