com.google.android.libraries.mapsplatform.transportation.driver.api.delivery.data

  • This documentation details classes for managing delivery tasks and vehicles within the Driver SDK.

  • DeliveryTask represents individual actions to track, while DeliveryVehicle represents the vehicle used for these tasks.

  • Requests for creating and updating tasks are handled by CreateDeliveryTaskRequest and UpdateDeliveryTaskRequest, respectively.

  • Each of these primary classes has a corresponding builder class for object creation and modification.

Classes

CreateDeliveryTaskRequest CreateDeliveryTaskRequest contains the values that may be set when creating a new task. 
CreateDeliveryTaskRequest.Builder Builder class for CreateDeliveryTaskRequest. 
DeliveryTask DeliveryTask represents a single action to track. 
DeliveryTask.Builder Builder class for DeliveryTask. 
DeliveryVehicle DeliveryVehicle represents a vehicle used to perform single tracked actions, known as Tasks. 
DeliveryVehicle.Builder Builder class for DeliveryVehicle. 
UpdateDeliveryTaskRequest UpdateDeliveryTaskRequest contains the values that may be modified for an existing task. 
UpdateDeliveryTaskRequest.Builder Builder class for UpdateDeliveryTaskRequest.