Driver SDK scheduled tasks overview

  • 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:

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.

System diagram which shows how the Driver SDK communicates from the clients to the customer infrastructure and then to the Google infrastructure through Fleet Engine and the Customer Backend

How to use the Driver SDK for scheduled tasks

Select your platform to see how to start using the Driver SDK.

Android

1Get the Driver SDK for AndroidFor more information, seeGet the Driver SDK.
2Configure a Google Cloud console projectFor more information, seeConfigure a Google Cloud console project.
3Declare dependenciesFor more information, seeDeclare dependencies.
4Create authentication tokensFor more information, seeCreate authentication tokens.
5Initialize the Driver SDKFor more information, seeInitialize the Driver SDK.
6Get the vehicle readyFor more information, seeGet the vehicle ready.

iOS

1Get the Driver SDK for iOSFor more information, seeGet the Driver SDK.
2Configure a Google Cloud console projectFor more information, seeConfigure a Google Cloud console project.
3Create authentication tokensFor more information, seeCreate authentication tokens.
4Initialize the Driver SDKFor more information, seeInitialize the Driver SDK.
5Get the vehicle readyFor 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.