DeliveryVehicleRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
Contains restricted data from a DeliveryVehicle.
Fields |
remainingVehicleJourneySegments[] |
object (VehicleJourneySegmentRestrictedLog )
The remaining set of journey segments assigned to this Vehicle, downsampled and compressed using S2 polylines.
|
currentRouteSegment |
string (bytes format)
The list of road-snapped route segments in the current route, downsampled and compressed using S2 polylines. A base64-encoded string.
|
currentRouteSegmentEndPoint |
object (LatLng )
Road snapped lat-lng end point of the current route.
|
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-25 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-25 UTC."],[[["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."]]],["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"]]