0

I want to development an application like this:

There is a csv file containing the coordinates as follow.

30.6674,36.8925 
30.6651,36.8926
30.6649,36.8923
...

I want to route the way on google maps api by getting the coordinate information from csv file. How do I do this, can you give sample link or any suggestion. Thanks.

realuser
  • 931
  • 2
  • 15
  • 26

1 Answers1

0

loading csv file content in an array:
http://www.webdeveloper.com/forum/showthread.php?t=225845

passing an array of addresses (or coordinates) to the API:
how to use the google maps api with greasemonkey to read a table of addresses and trace the route?

--- EDITED [28/10/2011] ---

here: Loading an array from a .txt file? (Android)
and here: https://stackoverflow.com/questions/5668507/trying-to-load-a-list-of-overlay-positions-from-file

Community
  • 1
  • 1
RASG
  • 5,988
  • 4
  • 26
  • 47