Interface protos.maps.fleetengine.delivery.v1.ITaskTrackingInfo (0.1.0)

Properties of a TaskTrackingInfo.

Package

@googlemaps/fleetengine-delivery

Properties

attributes

attributes?: (maps.fleetengine.delivery.v1.ITaskAttribute[]|null);

TaskTrackingInfo attributes

estimatedArrivalTime

estimatedArrivalTime?: (google.protobuf.ITimestamp|null);

TaskTrackingInfo estimatedArrivalTime

estimatedTaskCompletionTime

estimatedTaskCompletionTime?: (google.protobuf.ITimestamp|null);

TaskTrackingInfo estimatedTaskCompletionTime

name

name?: (string|null);

TaskTrackingInfo name

plannedLocation

plannedLocation?: (maps.fleetengine.delivery.v1.ILocationInfo|null);

TaskTrackingInfo plannedLocation

remainingDrivingDistanceMeters

remainingDrivingDistanceMeters?: (google.protobuf.IInt32Value|null);

TaskTrackingInfo remainingDrivingDistanceMeters

remainingStopCount

remainingStopCount?: (google.protobuf.IInt32Value|null);

TaskTrackingInfo remainingStopCount

routePolylinePoints

routePolylinePoints?: (google.type.ILatLng[]|null);

TaskTrackingInfo routePolylinePoints

state

state?: (maps.fleetengine.delivery.v1.Task.State|keyof typeof maps.fleetengine.delivery.v1.Task.State|null);

TaskTrackingInfo state

targetTimeWindow

targetTimeWindow?: (maps.fleetengine.delivery.v1.ITimeWindow|null);

TaskTrackingInfo targetTimeWindow

taskOutcome

taskOutcome?: (maps.fleetengine.delivery.v1.Task.TaskOutcome|keyof typeof maps.fleetengine.delivery.v1.Task.TaskOutcome|null);

TaskTrackingInfo taskOutcome

taskOutcomeTime

taskOutcomeTime?: (google.protobuf.ITimestamp|null);

TaskTrackingInfo taskOutcomeTime

trackingId

trackingId?: (string|null);

TaskTrackingInfo trackingId

vehicleLocation

vehicleLocation?: (maps.fleetengine.delivery.v1.IDeliveryVehicleLocation|null);

TaskTrackingInfo vehicleLocation