VehicleStopStateLog
Stay organized with collections
Save and categorize content based on your preferences.
Enums |
VEHICLE_STOP_STATE_LOG_UNSPECIFIED |
Unknown. |
VEHICLE_STOP_STATE_LOG_NEW |
Created but not actively routing to. |
VEHICLE_STOP_STATE_LOG_ENROUTE |
Assigned and actively routing to. |
VEHICLE_STOP_STATE_LOG_ARRIVED |
Arrived at stop. We assume that when the vehicle is routing to the next stop, all previous stops are completed. |
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-24 UTC."],[[["The VehicleStop state indicates the status of a vehicle's stop, such as whether it's newly created, en route, or has arrived."],["When a vehicle is marked as `VEHICLE_STOP_STATE_LOG_ARRIVED`, it's assumed that all previous stops in its route have been completed."],["The state `VEHICLE_STOP_STATE_LOG_ENROUTE` means the vehicle is actively navigating towards the designated stop."],["If a stop is in the state `VEHICLE_STOP_STATE_LOG_NEW`, it indicates it has been created in the system but the vehicle hasn't started navigating towards it yet."],["`VEHICLE_STOP_STATE_LOG_UNSPECIFIED` represents an unknown or undefined state for the vehicle stop."]]],["The document defines the `VehicleStop` state using four distinct enum values. `VEHICLE_STOP_STATE_LOG_UNSPECIFIED` indicates an unknown state. `VEHICLE_STOP_STATE_LOG_NEW` signifies a created stop not yet in the routing process. `VEHICLE_STOP_STATE_LOG_ENROUTE` represents a stop that is currently being routed to. `VEHICLE_STOP_STATE_LOG_ARRIVED` indicates that the vehicle has reached the stop, and it is assumed that previous stops are finished when moving to the next.\n"]]