Module: Google::Maps::FleetEngine::V1::NavigationStatus

Defined in:
proto_docs/google/maps/fleetengine/v1/fleetengine.rb

Overview

The vehicle's navigation status.

Constant Summary collapse

UNKNOWN_NAVIGATION_STATUS =

Unspecified navigation status.

0
NO_GUIDANCE =

The Driver app's navigation is in FREE_NAV mode.

1
ENROUTE_TO_DESTINATION =

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

2
OFF_ROUTE =

The vehicle has gone off the suggested route.

3
ARRIVED_AT_DESTINATION =

The vehicle is within approximately 50m of the destination.

4