Hello All,
How to Open iPhone Map Application from our application and passing the parameter to that?
Hello All,
How to Open iPhone Map Application from our application and passing the parameter to that?
[[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://maps.google.com/maps?ll=yourLattitude, yourLongitude"]];
must open the map application on your location. You can also use Google Maps inside your application with MapKit framework.