Driver SDK scheduled tasks overview Stay organized with collections Save and categorize content based on your preferences.
AI-generated Key Takeaways
The Driver SDK is a toolkit that enables driver apps to manage work assignments and navigation within Fleet Engine.
It facilitates communication between the driver app and Fleet Engine, sharing location and task updates for efficient delivery management.
Key features include real-time location tracking, route optimization using the Navigation SDK, and seamless integration with driver workflows.
To get started, developers need to integrate the Driver SDK (Android or iOS) and configure their Google Cloud project.
For platform-specific setup instructions and further details, refer to the Android and iOS documentation provided.

The Driver SDK is a mobile app toolkit and a fundamental component of FleetEngine. With this SDK, your driver app can both manage work assignments andenable driver navigation and routing capabilities.
Before you begin
This guide assumes you have read the following:
- Fleet Engine essentials.
- The data model for vehicles.
- The data model for scheduled tasks.
- How to set up Fleet Engine.
- How to create and use vehicles in Fleet Engine.
What is the Driver SDK for scheduled tasks?
The Driver SDK communicates vehicle location and task updates to Fleet Engine sothat Fleet Engine can manage the delivery vehicles and their assigned deliverystops and tasks. At its core, the SDK uses an event listener to send locationupdates and latitude/longitude coordinates, along with the current route segmentand destination from the Navigation SDK to Fleet Engine when your driver beginsdriving.
Why use the Driver SDK for scheduled tasks?
The Driver SDK enables easier integration with Fleet Engine for updates to thedriver's routes. With this SDK, your driver can use a single app to manageassignments and navigate as they would using their consumer version of GoogleMaps but without having to switch to another app.
What you can do with the Driver SDK for scheduled tasks
Use the Driver SDK for scheduled tasks to communicate the following with FleetEngine:
- Delivery vehicle's real-time position on a map.
- Latitude/longitude coordinates for the stop.
- Remaining distance to the stop.
- Estimated time of arrival to the stop.
- Route the vehicle needs to take as provided by the Navigation SDK.
How the Driver SDK for scheduled tasks works
The Driver SDK depends on the Navigation SDK for the routing information anddestination. Together with the information from the Navigation SDK, the DriverSDK integrates with your driver app and provides Fleet Engine with a stream oflocation updates, latitude/longitude coordinates, remaining distance, and ETAs.All other vehicle data updates must be sent to the customer backend, whichrelays the data to Fleet Engine.

How to use the Driver SDK for scheduled tasks
Select your platform to see how to start using the Driver SDK.
Android
| 1 | Get the Driver SDK for Android | For more information, seeGet the Driver SDK. |
| 2 | Configure a Google Cloud console project | For more information, seeConfigure a Google Cloud console project. |
| 3 | Declare dependencies | For more information, seeDeclare dependencies. |
| 4 | Create authentication tokens | For more information, seeCreate authentication tokens. |
| 5 | Initialize the Driver SDK | For more information, seeInitialize the Driver SDK. |
| 6 | Get the vehicle ready | For more information, seeGet the vehicle ready. |
iOS
| 1 | Get the Driver SDK for iOS | For more information, seeGet the Driver SDK. |
| 2 | Configure a Google Cloud console project | For more information, seeConfigure a Google Cloud console project. |
| 3 | Create authentication tokens | For more information, seeCreate authentication tokens. |
| 4 | Initialize the Driver SDK | For more information, seeInitialize the Driver SDK. |
| 5 | Get the vehicle ready | For more information, seeGet the vehicle ready. |
What's next
See the documentation for the platform on which you want to set up the DriverSDK:
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-21 UTC.