/maps-sdk-for-ios-samples

Samples for the Google Maps SDK for iOS

Primary LanguageObjective-CApache License 2.0Apache-2.0

GitHub contributors Apache-2.0

Google Maps SDK for iOS and Google Places API for iOS sample code

This repository contains sample code for use with the Google Maps SDK for iOS and Google Places API for iOS.

GoogleMaps

The GoogleMaps sub-directory contains the sample code that is downloaded when you run pod try GoogleMaps. To use this project:

$ cd GoogleMaps
$ pod install
$ open GoogleMapsDemos.xcworkspace

You will need to add an API Key to GoogleMapsDemos/SDKDemoAPIKey.h. Please see the documentation for details on how to get an API Key.

GooglePlaces

The GooglePlaces sub-directory contains the sample code that is downloaded when you run pod try GooglePlaces. To use this project:

$ cd GooglePlaces
$ pod install
$ open GooglePlacesDemos.xcworkspace

You will need to add an API Key to GooglePlacesDemos/SDKDemoAPIKey.h. Please see the documentation for details on how to get an API Key.

Tutorials

The tutorials sub-directory contains sample code that accompanies tutorials in the developer documentation, such as Adding a Map with a Marker, and more. Follow the tutorials for a quick guide to using the SDK.

Support

NOTE: We are not accepting external contributions at this time.

If you find a bug or have a feature request related to these samples, please file an issue.

If you find a bug or have a feature request related to one of the SDKs, you can file an issue on either the Google Maps SDK for iOS Issue Tracker.or the Places SDK for iOS Issue Tracker.

You can also discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

Thanks!