Maintained by Pushkar Sharma, Google, Ally Li, Dave Weston, Bob Liu, Zihan Tong, Christopher Truman, Zion Calvo, Leonard hourvitz, Daniel Teh, Melissa Regalia, Behzad Dogahe, Ryan Kubiak, Yingchen Wang.
NOTE: This pod is the official pod for the Google Places Swift SDK for iOS.
This pod contains the Google Places Swift SDK for iOS, supporting only Swift.
Use the [Google Places Swift SDK for iOS]
(https://developers.google.com/maps/documentation/places/ios-sdk) to build location-aware apps that respond contextually to the local businesses and other places near the user's device. Included features:
Before you can use the Google Places Swift SDK for iOS, follow these setup instructions to set up a project and get an API key. You will need to add the API key to your code in order to build your app with the Places SDK for iOS.
To integrate Google Places Swift SDK for iOS into your Xcode project using CocoaPods,
specify it in your Podfile
, for example:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GooglePlacesSwift', '0.1.0'
end
Then, run the following command:
$ pod install
Follow additional steps in the "Set up an Xcode project" guide to add your API key to your project, import classes, and add a map.
By using the Google Places Swift SDK for iOS you accept Google's Terms of Service and
Policies. Pay attention particularly to the following aspects: