How to parse google maps direction api "overview_polyline"

Possible duplicate:
android get and parse google directions

Are there lat and lng between point tags, how to understand? enter image description here

+7
source share
1 answer

Apparently, the Java code in the android response receives and parses Google Directions (which, in turn, was obtained from here ) will do the trick.

+2
source

All Articles