Is there a way to show road directions in Google Map API v2?

Emil Adz picture Emil Adz · Jan 28, 2013 · Viewed 54.7k times · Source

I was looking for an answer using Google and here, and the only relevant posts I have found are:

Google Maps Android V2 and Direction API

Get driving directions using Google Maps API v2

but there is no answer there. So I have already mentioned it but I will say that again. I am looking for a solution for the Google Map API v2 using FragmentActivity and a SupportMagFragment and LatLng objects and not using MapView ,MapActivity and GeoPoint.

In addition I don't have the Overlay object to use so I can't paint the direction on the map, is there an alternative for that?

So is there a way to do that?

Answer

Akexorcist picture Akexorcist · Feb 24, 2013

Try this solution here. You can get driving or walking direction on V2.