DeliveryVehicleRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The JSON representation includes data on a DeliveryVehicle's remaining journey segments, current route segment, and the endpoint of the current route segment.
Remaining journey segments are downsampled and compressed using S2 polylines and presented as an array of VehicleJourneySegmentRestrictedLog objects.
The current route segment is represented as a base64-encoded string containing downsampled and compressed S2 polylines of road-snapped segments.
The endpoint of the current route segment provides the latitude and longitude coordinates, indicating the final point of the current segment.
[[["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."],[],["The JSON representation contains data from a DeliveryVehicle, including: an array of `remainingVehicleJourneySegments`, which are downsampled and compressed journey segments using S2 polylines; the `currentRouteSegment`, a base64-encoded string of road-snapped route segments, also downsampled and compressed with S2 polylines; and `currentRouteSegmentEndPoint`, the road-snapped latitude and longitude end point of the current route. All segments in the vehicle data are downsampled and compressed using S2 polylines.\n"]]