Everyone I am trying to do something with MKMapView. I have a location in form of latitude and longitude value and I want to search for annotations present in 200km around this location using google geocoding API. Can anyone please tell me how to set this bound? I am currently using following url to send my location to google geocoding api.
http://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&sensor=true_or_false
Best Regards