TaskRestrictedLog
Stay organized with collections
Save and categorize content based on your preferences.
Contains restricted data from a TaskLog.
LocationInfoRestrictedLog
Contains restricted data from a LocationInfoRestrictedLog.
JSON representation |
{
"point": {
object (LatLng )
}
} |
Fields |
point |
object (LatLng )
The lat/lng of the location.
|
JourneySharingInfoRestrictedLog
Journey sharing specific fields.
Fields |
remainingVehicleJourneySegments[] |
object (VehicleJourneySegmentRestrictedLog )
Tracking information for each stop that the assigned vehicle will travel to before completing this task. This list may contain stops from other tasks.
|
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."],[[["TaskRestrictedLog contains restricted data from a TaskLog and includes planned location and journey sharing information."],["LocationInfoRestrictedLog contains restricted data from a LocationInfoRestrictedLog and includes the latitude and longitude of the location."],["JourneySharingInfoRestrictedLog contains journey sharing specific fields, including tracking information for each stop the assigned vehicle will make before completing the task."]]],["This content outlines the structure and data within restricted logs for task information. It defines three main components: `LocationInfoRestrictedLog`, `JourneySharingInfoRestrictedLog`, and their combined use within a larger log. `LocationInfoRestrictedLog` details a location's latitude and longitude. `JourneySharingInfoRestrictedLog` includes data about the vehicle's remaining journey segments before the task completion, which is represented as a list. The combined log shows both the task's planned location and its journey sharing information.\n"]]