Drawing a route in MapKit in iOS
I want to draw a route between two locations on the map. Something like a tour guide. When the tourist clicks another location, I want to be able to draw a route; as well as, inform about the distance from the current location. I am aware of sites on the Internet which tell how to draw polylines on map. But, most of the examples had a preloaded .csv file with various coordinates. Is there an alternative way to get the coordinates from Google or any other provider, as the location is selected dynamically. If NO, how do I get the information for intermediate coordinates? Does iOS 6 provide any