License | Custom |
ReleasedLast Release | Dec 2020 |
Maintained by Google, Bob Liu, placessdk-nvinnik, Daniel Teh, Dave Weston, Melissa Regalia.
This pod contains the Google Maps SDK for iOS, supporting both Objective C and
Swift.
Use the [Google Maps SDK for iOS]
(https://developers.google.com/maps/documentation/ios-sdk/) to enrich your
app with interactive maps and immersive street view panoramas, and add your
own custom elements such as markers, windows and polylines.
Guides: Read our [Getting Started guides]
(https://developers.google.com/maps/documentation/ios-sdk/intro).
Demo Videos: View [pre-recorded online demos]
(https://developers.google.com/maps/documentation/ios-sdk/#demos).
Code samples: In order to try out our demo app, use
$ pod try GoogleMaps
and follow the instructions on our [developer pages]
(https://developers.google.com/maps/documentation/ios-sdk/code-samples).
Support: Find support from various channels and communities.
Report issues: Use our issue tracker to [file a bug]
(https://code.google.com/p/gmaps-api-issues/issues/entry?template=Maps%20SDK%20for%20iOS%20-%20Bug)
or a [feature request]
(https://code.google.com/p/gmaps-api-issues/issues/entry?template=Maps%20SDK%20for%20iOS%20-%20Feature%20Request)
To integrate Google Maps SDK for iOS into your Xcode project using CocoaPods,
specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GoogleMaps'
end
Then, run the following command:
$ pod install
Before you can start using the API, you have to activate it in the Google
Developer Console and integrate the
respective API key in your project. For detailed installation instructions,
visit Google's Getting Started Guides for the [Google Maps SDK for iOS]
(https://developers.google.com/maps/documentation/ios-sdk/start).
If you are using the Google Places API for iOS as part of the Google Maps SDK
for iOS version 1 please check the migration guide
for more information on upgrading your project.
By using the Google Maps SDK for iOS you accept Google's Terms of Service and
Policies. Pay attention particularly to the following aspects: