TripRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The JSON representation contains restricted data from a TripLog, including pickup and drop-off points, intermediate destinations, and waypoint information.
currentRouteSegmentEndPoint, pickupPoint, intermediateDestinations, dropoffPoint, remainingWaypoints, and vehicleWaypoints fields provide location and route details.
Waypoint information is represented by TripWaypointRestrictedLog objects, while terminal locations use TerminalLocationRestrictedLog objects.
The currentRouteSegment field contains an encoded path to the next waypoint.
The full path from the current location to the drop-off point, inclusive. If this is a shared ride, this path could include waypoints from other trips.
Supports manual ordering of the waypoints for the trip. Contains all of the remaining waypoints of vehicle assigned, as well as the pickup and drop-off waypoints for this trip.
[[["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."],[],["This data represents restricted trip information from a TripLog, detailing a route's components. Key elements include the `currentRouteSegmentEndPoint`, `pickupPoint`, and `dropoffPoint`, all of which are objects with restricted logs. `intermediateDestinations` are listed as an array of locations. `remainingWaypoints` and `vehicleWaypoints` are arrays of `TripWaypointRestrictedLog` objects, defining the trip's path. `currentRouteSegment` contains the path to the next waypoint.\n"]]