标签: ios swift xcode cocoapods google-location-services
我知道当您用Google搜索商家时,它会显示最近的商店所在的位置以及该特定位置的电话号码。有cocoapod形式的版本吗?
答案 0 :(得分:1)
我认为您回答了自己的问题。为什么不使用Google官方的sdk / cocoapods?
https://developers.google.com/places/ios-sdk/intro
https://cocoapods.org/pods/GooglePlaces
您将能够搜索地点并显示您认为合适的任何信息。