[[["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."],[],["`Trip.TripType` is a deprecated annotation interface representing the type of a trip. It should be replaced by `TripInfo.TripType`. It defines three constants: `EXCLUSIVE` (2), indicating a dedicated vehicle; `SHARED` (1), meaning the trip may share a vehicle; and `UNKNOWN` (0), used for unspecified trip types. The interface also inherits four methods from `java.lang.annotation.Annotation`: `annotationType()`, `equals()`, `hashCode()`, and `toString()`. It will be removed in the next major release.\n"]]