Hi,
In my iphone application i have used MK MapView to navigate from different pages. But when the MKMapView controll run at that time the the control is not going back again in the application.so i am loosing the application flow,and i have to run the application again.
/* [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://maps.google.com/maps?q=category:Taxi=NSW=australia"]];*/
The above code giving me search string as query in the application.And able to put pin points in the Map.But the control not remains in the application.
How to set the controll in application again and navigate after loading Map?
Pls give any code snippet or useful link,which would be appreciated.
Thanks,
Mishal Shah