TripRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
Contains restricted data from a TripLog.
Fields |
currentRouteSegmentEndPoint |
object (TripWaypointRestrictedLog )
The waypoint where the currentRouteSegment ends.
|
pickupPoint |
object (TerminalLocationRestrictedLog )
Location where the customer indicates they will be picked up.
|
intermediateDestinations[] |
object (TerminalLocationRestrictedLog )
Intermediate stops in the requested order (in addition to pickup and drop-off).
|
dropoffPoint |
object (TerminalLocationRestrictedLog )
Location where the customer indicates they will be dropped off.
|
remainingWaypoints[] |
object (TripWaypointRestrictedLog )
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.
|
vehicleWaypoints[] |
object (TripWaypointRestrictedLog )
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.
|
currentRouteSegment |
string
An encoded path to the next waypoint.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-26 UTC.
[[["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-02-26 UTC."],[[["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."]]],["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"]]