I developed an app to open google map and search the given location name.
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://maps.google.com/maps?q=%@",locationName]]];
i can't open the map for few location.Thanks in advance.