TaskOutcomeLocationSourceLog
Stay organized with collections
Save and categorize content based on your preferences.
The identity of the source that populated the taskOutcomeLocation
. This indicates whether the task was completed successfully.
Enums |
TASK_OUTCOME_LOCATION_SOURCE_LOG_UNSPECIFIED |
Task outcome before being set. |
TASK_OUTCOME_LOCATION_SOURCE_LOG_PROVIDER |
The provider specified the taskOutcomeLocation . |
TASK_OUTCOME_LOCATION_SOURCE_LOG_LAST_VEHICLE_LOCATION |
The provider did not specify the taskOutcomeLocation so the Delivery API used the last known vehicle location. |
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 2024-07-24 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 2024-07-24 UTC."],[[["`taskOutcomeLocation` identifies whether a task was successfully completed and who provided the location data."],["This field uses enums to indicate if the location source was explicitly provided by the provider, automatically derived from the last vehicle location, or unset."],["If the provider doesn't specify a `taskOutcomeLocation`, the Delivery API defaults to the last known vehicle location."]]],["The `taskOutcomeLocation` source indicates how a task's completion location was determined. Possible sources include: `TASK_OUTCOME_LOCATION_SOURCE_LOG_PROVIDER`, signifying the provider directly specified the location; or `TASK_OUTCOME_LOCATION_SOURCE_LOG_LAST_VEHICLE_LOCATION`, meaning the Delivery API used the vehicle's last known location because the provider didn't specify one. `TASK_OUTCOME_LOCATION_SOURCE_LOG_UNSPECIFIED` means the task outcome hasn't been set. This shows if the location is set by provider or not.\n"]]