1

因此,如果我理解正确,您将无法再在 iOS 上使用某些 Google API(例如 Google Places)。那么我们如何使用带有 UISearchBar 的 iOS MapKit 来搜索位置呢?我的 iPhone 上的地图有一个搜索栏,因此,例如,如果我输入 coffeshops,我会得到我所在区域的本地 coffesshops 的所有图钉。如果 Apple 不使用 Google API,他们使用什么来查找这些数据?我们开发人员如何利用这些搜索数据?

谢谢,

4

2 回答 2

1

MapKit 包含一个替换传出 Google API 的搜索请求。

https://developer.apple.com/library/ios/#documentation/MapKit/Reference/MKLocalSearchRequest_class/Reference/Reference.html#//apple_ref/doc/uid/TP40012892

于 2013-05-14T15:37:13.960 回答
0

我有一个具有此功能的小应用程序。

Github:https ://github.com/galahador/MapTag

UISearchBar - 当您在 bar 中输入数据时,它会显示在带有指针(pin)的地图上

如果您需要任何帮助,我可以展示代码并解释一切。

于 2018-10-28T13:20:02.277 回答