0

Basically I need to get info like state, county, zip code with a user's lat/lng coords from a CLLocation object.

Does anyone know if Google has an Objective-C library for its Geocoding service? Or maybe with iOS 6 maps this will be handled by Apple's API. Running into Google API limits when using query string:

http://maps.googleapis.com/maps/api/geocode/json?latlng=39.76144296429947,-104.8011589050293&sensor=false

so I am hoping I can use an API key/ Google Wallet account to make these calls freely, via native Objc calls. Basically I need to get info like state, county, zip code with a user's lat/lng coords from a CLLocation object.

Suggestions on where to look for info on this is greatly appreciated.

4

1 回答 1

0

对于任何访问此答案并且看起来不够努力的人,

CLGeocoder 类 完成了所有这些工作。作为使用条款的一部分,您需要显示地图......或者您以前必须 - 不要在上面引用我!

于 2012-11-01T09:59:13.483 回答