README.GooglePlacesDemos 819 B

123456789101112131415161718
  1. GooglePlacesDemos contains a demo application showcasing various features of
  2. the Google Places API for iOS.
  3. Before starting, please note that these demos are directed towards a technical
  4. audience. You'll also need Xcode 9.0 or later, with the iOS SDK 9.3 or later.
  5. If you're new to the API, please read the Introduction section of the Google
  6. Places API for iOS documentation-
  7. https://developers.google.com/places/ios-api/
  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.GooglePlacesDemos".
  13. * Open the project in Xcode, and update `SDKDemoAPIKey.h` with this key.