由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维护。
注意: 此 pug 是 Google Places Swift SDK for iOS 的官方 pug。
此 pug 包含 Google Places Swift SDK for iOS,仅支持 Swift。
使用 [Google Places Swift SDK for iOS]
(https://developers.google.com/maps/documentation/places/ios-sdk) 构建能够应对本地企业和附近其他地点的上下文感知应用程序。
在您可以使用 Google Places Swift SDK for iOS 之前,请按照以下 设置说明 设置项目并获取 API 密钥。您需要将 API 密钥添加到代码中,以便使用 Places SDK for iOS 构建应用程序。
要使用 CocoaPods 将 Google Places Swift SDK for iOS 集成到您的 Xcode 项目中,
在您的 Podfile
中指定它,例如
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '15.0'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
pod 'GooglePlacesSwift', '0.1.0'
end
然后,运行以下命令
$ pod install
按照“设置 Xcode 项目”指南中的其他步骤,将 API 密钥添加到您的项目中,导入类,并添加地图。
通过使用 Google Places Swift SDK for iOS,您接受 Google 的条款和条件以及
政策。请注意以下方面特别关注