I'm trying to fetch the XML result from an exmaple query like this: http://maps.googleapis.com/maps/api/directions/xml?origin=Toronto,ON&destination=Manhattan,NY&dirflg=r&sensor=false
in my program. Is there a way to fetch the XML results in Objective-C code? I don't want my application to open Maps application. I want to be able to receive the XML. I do have a MapKit in my application.