https://github.com/googlemaps/ios-driver-sdk
https://github.com/googlemaps/ios-driver-sdk
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/googlemaps/ios-driver-sdk
- Owner: googlemaps
- License: apache-2.0
- Created: 2024-01-12T14:46:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T22:32:45.000Z (5 months ago)
- Last Synced: 2026-03-18T12:31:30.126Z (5 months ago)
- Language: Swift
- Size: 255 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Driver SDK for iOS Swift package
## Description
This repository contains the Swift package for the
[Driver SDK for iOS](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/driver-sdk/driver_sdk_quickstart_ios).
For additional methods of installing the Driver SDK for iOS including
CocoaPods, see the Driver SDK for iOS
[documentation](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/driver-sdk/driver_sdk_quickstart_ios).
## Requirements
- [Xcode](https://developer.apple.com/xcode/) version 16.0 or later.
- An app targeting iOS 16 or later.
- A Google Maps Platform
[project](https://developers.google.com/maps/documentation/navigation/ios-sdk/config)
with the Driver SDK for iOS enabled.
## Installation
1. Follow the instructions for
[adding package dependencies to your app in Xcode](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).
2. In the "Enter Package URL" field, enter this GitHub repository:
```
https://github.com/googlemaps/ios-driver-sdk
```
3. Select the version of the Driver SDK for iOS that you want to use. For new
projects, we recommend specifying the
[latest version](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/support/relnotes_driver_sdk_ios)
and using the "Exact Version" option.
4. Follow the
[instructions](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/driver-sdk/driver_sdk_quickstart_ios#implement_authorization_and_authentication)
to authorize and authenticate requests from your app.
## Sample App
See samples demonstrating use of the Consumer SDK for iOS on
[GitHub](https://github.com/googlemaps/ios-on-demand-rides-deliveries-samples).
## Documentation
Documentation for the Driver SDK for iOS is available as
[guides](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/trip-order-progress/driver-sdk/driver_sdk_quickstart_ios)
and
[reference documentation](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/reference).
## Contributing
External contributions are not accepted for this repository, per the
[Contributing guide](https://github.com/googlemaps/ios-driver-sdk/blob/main/CONTRIBUTING.md).
## Terms of Service
This package uses Google Maps Platform services, and any use of Google Maps
Platform is subject to the
[Terms of Service](https://cloud.google.com/maps-platform/terms).
## Support
This repository is offered via an open source license. It is not governed by the
Google Maps Platform Support
[Technical Support Services Guidelines](https://cloud.google.com/maps-platform/terms/tssg),
the [SLA](https://cloud.google.com/maps-platform/terms/sla), or the
[Deprecation Policy](https://cloud.google.com/maps-platform/terms) (however, any
Google Maps Platform services used by the library remain subject to the Google
Maps Platform Terms of Service).
This repositiory adheres to [semantic versioning](https://semver.org/) to
indicate when backwards-incompatible changes are introduced.
- For issues with the Driver SDK for iOS, please
[open a support case](https://developers.google.com/maps/documentation/transportation-logistics/on-demand-rides-deliveries-solution/support/support#contact-maps-support).
- If you find a bug with the Swift package, please
[file an issue](https://github.com/googlemaps/ios-driver-sdk/issues) on
GitHub.
If you would like to get answers to technical questions from other Google Maps
Platform developers, ask through one of our
[developer community channels](https://developers.google.com/maps/developer-community).
You can also discuss this library on the Google Maps Platform
[Discord server](https://discord.gg/hYsWbmk).