本文介绍了如何在GoogleMap的路线从csv文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

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文件的数组内容:结果

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] ---

在这里:结果
这里:Trying从文件加载覆盖位置的列表?

这篇关于如何在GoogleMap的路线从csv文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 01:59