Module: Google::Maps::FleetEngine::Delivery::V1::DeliveryVehicleNavigationStatus
- Defined in:
- proto_docs/google/maps/fleetengine/delivery/v1/common.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