[null,null,["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"]]