Google Maps uses JSON files to describe the directions from point A to point B.
I have stored several such JSONs into a text file. I then acquire some JSON from the file, and want to graph its directions into a Google Maps Android activity.
I expected that there already would be some function about this, but I can't find anything, except parsing the JSON and graphing the directions point by point, which seems impractical.
Any suggestions? Thanks a lot for your time.