如何在GoogleMap的路线从csv文件?路线、文件、如何在、GoogleMap

2023-09-07 11:41:28 作者:我是贱人、爱过烂人

我要开发这样的应用程序:

I want to development an application like this:

有是包含坐标如下CSV文件。

There is a csv file containing the coordinates as follow.

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

我要路由通过获得来自CSV文件中的坐标信息在谷歌地图API的方式。我如何做到这一点,你可以给样本链接或任何建议。谢谢你。

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.

推荐答案

加载CSV文件的数组内容:结果 http://www.webdeveloper.com/forum/showthread.php?t=225845

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

通过地址(或坐标)的数组的API:结果how使用谷歌地图API与Greasemonkey的读取地址表,跟踪路线?

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?

---编辑了[28/10/2011] ---

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

在这里:从.txt文件中加载一个数组? (Android版)结果这里:Trying从文件加载覆盖位置的列表?