demomaps 0.0.5

demomaps 0.0.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2016

Maintained by Sebastian Gomez Osorio.



demomaps 0.0.5

  • By
  • S Gomez

Google Maps SDK for iOS

This pod contains the Google Maps SDK for iOS and the Google Places API for iOS, supporting both Objective C and Swift.

  • Use the Google Maps SDK for iOS to enrich your app with interactive maps and immersive street view panoramas, and add your own custom elements such as markers, windows and polylines.
  • Use Google Places API for iOS for exciting features based on the user's location and Google's Places database. You can enable users to add a place, autocomplete place names, use a place picker widget, identify the user's current place or retrieve full details about a place.

Getting Started

Installation

To integrate Google Maps and Google Places into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
pod 'GoogleMaps'

Then, run the following command:

$ pod install

Before you can start using the APIs, you have to activate them in the Google Developer Console and integrate the respective API key in your project. For detailed installation instructions, visit Google's Get Started Guides, for the Maps SDK and Places API.

License and Terms of Service

By using the Google Maps SDK and Places API, you accept Google's Terms of Service and Policies. Pay attention particularly to the following aspects:

  • Depending on your app and use case, you may be required to display attribution. Read more here for Maps SDK and for Places API.
  • Your API usage is subject to quota limitations. Read more about usage limits for Maps SDK and for Places API.
  • The Terms of Service are a comprehensive description of the legal contract that you enter with Google by using the Google Maps SDK for iOS. You may want to pay special attention to section 10, as it talks in detail about what you can do with the APIs, and what you can't.