README.GoogleMapsSDKDemos 952 B

12345678910111213141516171819202122
  1. GoogleMapsSDKDemos contains a demo application showcasing various features of
  2. the Google Maps SDK for iOS.
  3. Before starting, please note that these demos are directed towards a technical
  4. audience. You'll also need Xcode 6.3 or later, with the iOS SDK 7.0 or later.
  5. If you're new to the SDK, please read the Introduction section of the Google
  6. Maps SDK for iOS documentation-
  7. https://developers.google.com/maps/documentation/ios
  8. Once you've read the Introduction page, follow the first couple of steps on the
  9. "Getting Started" page. Specifically;
  10. * Obtain an API key for the demo application, and specify the bundle ID of
  11. this demo application as an an 'allowed iOS app'. By default, the bundle ID
  12. is "com.example.SDKDemos".
  13. * Open the project in Xcode, and update `SDKDemoAPIKey.h` with this key.
  14. If you'd like to add a new sample, add a new subclass of `ViewController` and
  15. add it to the samples definitions inside the `Samples.m`.