License | |
ReleasedLast Release | Nov 2024 |
Maintained by Google, Bob Liu, Zihan Tong, Daniel Teh, Melissa Regalia, Ally Li, Zion Calvo, Behzad Dogahe, Pushkar Sharma, Leonard hourvitz, Yingchen Wang, Shirwa Mohamed.
NOTE: This pod is the official pod for the Google Places SDK for iOS.
Previously this pod was used by another developer, his content has been moved to
Swift Google Maps API on
GitHub.
This pod contains the Google Places SDK for iOS, supporting both Swift and Objective-C.
Use the [Google Places 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 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 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, '14.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GooglePlaces', '7.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.
Guides: Read the documentation for full use of the SDK.
Tutorial videos: Watch code walkthroughs and useful tips on our YouTube channel.
Code samples: In order to try out our demo app, use:
$ pod try GooglePlaces
and follow the instructions on our samples documentation.
Support: Ask the community or get help from Google using the links on the Places SDK for iOS support page.
Report issues: Use our issue tracker to file a bug
or a feature request.
By using the Google Places SDK for iOS you accept Google's Terms of Service and
Policies. Pay attention particularly to the following aspects: