DeliveryVehicleNavigationStatusLog
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The NavigationStatus enum describes the vehicle's current navigation state, such as whether it is following a route, has gone off-route, or has arrived.
NAVIGATION_STATUS_NO_GUIDANCE signifies that the navigation is in free navigation mode, while NAVIGATION_STATUS_ENROUTE_TO_DESTINATION indicates active turn-by-turn guidance.
If the vehicle deviates from the suggested path, its status will be NAVIGATION_STATUS_OFF_ROUTE, and upon reaching within 50 meters of the destination, it changes to NAVIGATION_STATUS_ARRIVED_AT_DESTINATION.
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.