从具有多个地址的csv或xml获取其地理编码

时间:2010-09-20 15:38:09

标签: xml google-maps csv geolocation geocoding

任何人都知道我如何解析具有多个地址的csv或xml文档,以获得它们的经纬度? 我说说300多个地址.. 非常感谢提前:))

1 个答案:

答案 0 :(得分:1)

我建议使用一个大映射apis

从解析文档的代码中获取

伪代码:

foreach(node in xmlfile)
{
    //send the parsed address, city, state and postal code to the mapping api.  Use returned data to set Lat/Long
}