)
I'm trying to put a direction polyline on a MKMapView in my iOS project, using Google Directions API. I used the code found in this blog : http://iosguy.com/2012/05/22/tracing-routes-with-mapkit/ , which works quite well. But the problem I find is that the polyline do not follow the roads, instead it draws lines straight from one point to another :-(
Can anyone please help me to make it follow the roads ? Thanks :-)