Reference documentation and code samples for the Google Maps FleetEngine Delivery V1 Client class TaskOutcomeLocationSource.
The identity of the source that populated the task_outcome_location.
Protobuf type maps.fleetengine.delivery.v1.Task.TaskOutcomeLocationSource
Namespace
Google \ Maps \ FleetEngine \ Delivery \ V1 \ TaskMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TASK_OUTCOME_LOCATION_SOURCE_UNSPECIFIED
Value: 0The task outcome before it is set.
Generated from protobuf enum TASK_OUTCOME_LOCATION_SOURCE_UNSPECIFIED = 0;
PROVIDER
Value: 2The provider-specified the task_outcome_location.
Generated from protobuf enum PROVIDER = 2;
LAST_VEHICLE_LOCATION
Value: 3The provider didn't specify the task_outcome_location, so Fleet Engine
used the last known vehicle location.
Generated from protobuf enum LAST_VEHICLE_LOCATION = 3;