Draw a path on Google Maps from a .csv file. Try it out.
This is a small tool to visulize coordinates on a map. Upload a csv file to see it live. The first column is an optional timestamp. The second column is the latitude. The third column is the longitude. The final column is a optinal column to include a note. This can be used to display additonal text.
Time | Lat | Lng | Note |
---|---|---|---|
2:43pm Friday, September 5, 2014 | 43.642585 | -79.386955 | Car Number 2 |
Make sure you use the exact column titles used in the above example.