https://github.com/googlemaps/ios-maps-sdk
Google Maps SDK for iOS
https://github.com/googlemaps/ios-maps-sdk
Last synced: 14 days ago
JSON representation
Google Maps SDK for iOS
- Host: GitHub
- URL: https://github.com/googlemaps/ios-maps-sdk
- Owner: googlemaps
- License: apache-2.0
- Created: 2023-11-15T15:01:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-18T19:42:41.000Z (about 2 months ago)
- Last Synced: 2026-01-23T05:54:41.932Z (19 days ago)
- Language: Swift
- Homepage:
- Size: 3.78 MB
- Stars: 95
- Watchers: 17
- Forks: 18
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Maps SDK For iOS Swift package
## Description
This repository contains the Swift package for the
[Maps SDK for iOS](https://developers.google.com/maps/documentation/ios-sdk).
For additional methods of installing the Maps SDK for iOS including CocoaPods,
see the Maps SDK for iOS
[documentation](https://developers.google.com/maps/documentation/ios-sdk/config).
## 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/ios-sdk/cloud-setup)
with the Maps SDK for iOS enabled.
- An
[API key](https://developers.google.com/maps/documentation/ios-sdk/get-api-key)
associated with the project above.
## 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-maps-sdk
```
3. Select the
[version](https://developers.google.com/maps/documentation/ios-sdk/versions)
of the Maps SDK for iOS that you want to use. For new projects, we recommend
specifying the latest version and using the "Exact Version" option.
4. Follow the
[instructions](https://developers.google.com/maps/documentation/ios-sdk/config#get-key)
to add your API key to your app.
## Sample App
See samples demonstrating use of the Maps SDK for iOS on
[developers.google.com](https://developers.google.com/maps/documentation/ios-sdk/code-samples)
or on [GitHub](https://github.com/googlemaps-samples/maps-sdk-for-ios-samples).
## Documentation
Documentation for the Maps SDK for iOS is available as
[guides](https://developers.google.com/maps/documentation/ios-sdk/) and
[reference documentation](https://developers.google.com/maps/documentation/ios-sdk/reference).
## Contributing
External contributions are not accepted for this repository, per the
[Contributing guide](https://github.com/googlemaps/ios-maps-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
For issues with the Maps SDK for iOS, the primary support channel is to
[open a support case](https://developers.google.com/maps/documentation/ios-sdk/support#contact-maps-support)
with the Google Maps Platform support team. Alternatively, you can
[file an issue](https://developers.google.com/maps/documentation/ios-sdk/support#issue-tracker)
on the Maps SDK for iOS issue tracker.
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 on the Google Maps Platform
[Discord server](https://discord.gg/hYsWbmk).
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://developers.google.com/maps/deprecations) (however,
any Google Maps Platform services used by the library remain subject to the
Google Maps Platform Terms of Service).
## Versioning
This repository adheres to [semantic versioning](https://semver.org/) to
indicate when backwards-incompatible changes are introduced. Accordingly, while
the library is in version 0.x, backwards-incompatible changes may be introduced
at any time.