[[["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 2025-08-27 UTC."],[],["`VehicleStop.VehicleStopState` defines the current status of a vehicle stop. The states are: `ARRIVED` (driver has reached the stop), `ENROUTE` (driver is actively navigating to the stop), `NEW` (stop is created but not yet being routed to), and `UNSPECIFIED` (default state when the status is unknown). These states are represented by integer constants. It also implement Annotation interface with the associated methods: `annotationType`, `equals`, `hashCode` and `toString`.\n"]]