[[["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."],[],["`Vehicle.VehicleType` defines vehicle categories. It's an annotation interface with constants representing different vehicle types: `AUTO` (traditional four-wheel automobile), `TAXI`, `TRUCK`, `TWO_WHEELER` (e.g., scooter), and `UNKNOWN`. Each constant is an integer value (1, 2, 3, 4, and 0 respectively). The interface also inherits methods from `java.lang.annotation.Annotation`, such as `annotationType()`, `equals()`, `hashCode()`, and `toString()`.\n"]]