iOS, how to display route between two points using Google Places Api?
I've been searching for how to draw a route between two points using Google Places API in iOS , but I have not found something interesting. The only way you can draw route between two points is to call web services and to parse JSON into your app, to route a route between two points. Here is a reference. The question : Is there any sample code that can help me on how I can draw route between two points, an origin(based on user current location), and a destination. I used this library , very powerful... with this you can draw directions between two points and much more You can get this tutorial