NavigationStatusLog

  • NavigationStatus enum describes the current navigation state of a vehicle, such as whether it is following a guided route or in free navigation mode.

  • The enum includes states for no guidance, en route to the destination, off-route, and arrival at the destination, in addition to a default unspecified state.

  • When the vehicle is following turn-by-turn directions, the navigation status will be NAVIGATION_STATUS_ENROUTE_TO_DESTINATION.

  • NAVIGATION_STATUS_ARRIVED_AT_DESTINATION indicates the vehicle is within 50 meters of the destination and the onArrival trigger has been activated.

Describes the navigation status of a vehicle

Enums
NAVIGATION_STATUS_LOG_UNSPECIFIED Default
NAVIGATION_STATUS_NO_GUIDANCE The Driver app's navigation is in FREE_NAV mode.
NAVIGATION_STATUS_ENROUTE_TO_DESTINATION Turn-by-turn navigation is available and the Driver app navigation has entered GUIDED_NAV mode.
NAVIGATION_STATUS_OFF_ROUTE Vehicle has gone off the suggested route.
NAVIGATION_STATUS_ARRIVED_AT_DESTINATION The vehicle is within 50m of the destination and onArrival was automatically triggered.