https://github.com/futuretap/googleandmapkit
Sample project based on the Google Maps SDK for iOS, demoing features of Google Maps SDK and MapKit.
https://github.com/futuretap/googleandmapkit
Last synced: 12 months ago
JSON representation
Sample project based on the Google Maps SDK for iOS, demoing features of Google Maps SDK and MapKit.
- Host: GitHub
- URL: https://github.com/futuretap/googleandmapkit
- Owner: futuretap
- Created: 2014-07-03T14:00:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-03T14:13:15.000Z (almost 12 years ago)
- Last Synced: 2025-05-30T19:47:48.568Z (about 1 year ago)
- Language: Objective-C
- Size: 3.06 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.GoogleMapsSDKDemos
Awesome Lists containing this project
README
GoogleMapsSDKDemos contains a demo application showcasing various features of
the Google Maps SDK for iOS.
Before starting, please note that these demos are directed towards a technical
audience. You'll also need Xcode 5.0 or later, with the iOS SDK 7.0 or later.
If you're new to the SDK, please read the Introduction section of the Google
Maps SDK for iOS documentation-
https://developers.google.com/maps/documentation/ios
Once you've read the Introduction page, follow the first couple of steps on the
"Getting Started" page. Specifically;
* Obtain an API key for the demo application, and specify the bundle ID of
this demo application as an an 'allowed iOS app'. By default, the bundle ID
is "com.example.SDKDemos".
* Open the project in Xcode, and update `SDKDemoAPIKey.h` with this key.
If you'd like to add a new sample, add a new subclass of `ViewController` and
add it to the samples definitions inside the `Samples.m`.