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:
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.