任何人都知道我如何解析具有多个地址的csv或xml文档,以获得它们的经纬度? 我说说300多个地址.. 非常感谢提前:))
答案 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
}