Options
All
  • Public
  • Public/Protected
  • All
Menu

Available only in the v=beta channel: https://goo.gle/3oAthT3.

The current navigation status of a google.maps.journeySharing.Vehicle.

Access by calling const {VehicleNavigationStatus} = await google.maps.importLibrary("journeySharing"). See https://developers.google.com/maps/documentation/javascript/libraries.

Index

Enumeration Members

ARRIVED_AT_DESTINATION: "ARRIVED_AT_DESTINATION"

The vehicle is within approximately 50m of the destination.

ENROUTE_TO_DESTINATION: "ENROUTE_TO_DESTINATION"

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

NO_GUIDANCE: "NO_GUIDANCE"

The Driver app's navigation is in FREE_NAV mode.

OFF_ROUTE: "OFF_ROUTE"

The vehicle has gone off the suggested route.

UNKNOWN_NAVIGATION_STATUS: "UNKNOWN_NAVIGATION_STATUS"

Unspecified navigation status.

Generated using TypeDoc