[[["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."],[],["`TripWaypoint.WaypointType` is an annotation interface that defines the role of a waypoint on a trip route. It includes four constants: `DROPOFF` (value 2), `INTERMEDIATE_DESTINATION` (value 3), `PICKUP` (value 1), and `UNKNOWN` (value 0). It implements the `Annotation` interface and inherits methods like `annotationType()`, `equals()`, `hashCode()`, and `toString()`. The constants represent specific actions or locations within a trip's journey, using integer values to categorize them.\n"]]