1
votes

With the Google Maps IOS SDK, is it possible to show the route from one location to another location. I've googled but didn't find any good results. Any suggestions?

1
Did the tutorial I posted below work for you?AdamG
My answer could be helpful, located at stackoverflow.com/questions/16811965/….Amozoss

1 Answers

7
votes

Yes.

This video is a tutorial that shows how to do this and is linked to a github that has source code. You basically have to write wrappers to do server requests to get a polyline between two locations and then you add it to the map.

Also, look here for the full documentation and basic code snippets.

Good luck!