NavigationStatusLog
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. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[null,null,["Last updated 2024-07-24 UTC."],[[["`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."]]],[]]