Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序需要从字符串到纬度/经度值进行地理编码,我使用 iOS 类参考中的地理编码器:
http://developer.apple.com/library/ios/#documentation/CoreLocation/Reference/CLGeocoder_class/Reference/Reference.html#//apple_ref/occ/cl/CLGeocoder
但是完成处理程序在我需要它之后被调用(即我有使用这些纬度/经度值的代码,但在它们可用之前被调用)
有什么想法吗?
将使用 lat-long 的代码放入地理编码器的完成处理程序中。这就是它的用途。