I am trying to geocode address into coordinates using following code:
CLGeocoder *geocoder = [[CLGeocoder alloc] init]; [geocoder geocodeAddressString:@\
I just ran that exact code and it worked as expected. Make sure that you have an active internet connection.
Try adding a NSLog on the strings and see if it gets called.
NSLog(@"lat: %@, lng: %@", latDest1, lngDest1);
Are you running it in the simulator or the device?