Reference documentation and code samples for the Google Maps FleetEngine V1 Client class NavigationStatus.
The vehicle's navigation status.
Protobuf type maps.fleetengine.v1.NavigationStatus
Namespace
Google \ Maps \ FleetEngine \ V1Methods
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;