Has anyone integrated Google\'s Maps Data API available here, with iPhone application. If so can you please share the skeleton code to get an head start in my application?
I suspect this code is what you're after.
NSString *url =[[NSString alloc] initWithFormat:@"http://ajax.googleapis.com/ajax/services/search/local?v=1.0&q='%@'&sll=%f,%f&rsz=large&start=0",query, location.latitude, location.longitude];
You may also want to review https://github.com/twoism/gkit