Google 地图 - 按邮政编码批量地理编码
我有一个加拿大邮政编码列表,我希望能够在谷歌地图上映射它们。到目前为止,我只找到了这个网站:
http://batchgeo.com/ |我的尝试和我想要的 - http://batchgeo.com/map/3b634fc7cbf942db14284c925ff8631b
我怎样才能实现我自己也一样吗?有人可以分享一个脚本吗?
I have a list of canadian postal codes that I want tobe able to map on google maps. SO far I have only found this site :
http://batchgeo.com/ | My Attempt and what I want - http://batchgeo.com/map/3b634fc7cbf942db14284c925ff8631b
How can I achieve the same on my own? Can someone share a script?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定你是否可以像batchgeo那样做圆圈——我以前从未在谷歌地图上见过这种情况。但你当然可以绘制出多个位置并在每个位置上放置图钉。
查看 google 的 Maps API,其中包含很多内容帮助你入门,而且都是javascript。
I'm not sure if you can do the circles like batchgeo- I've never seen that with google maps before. But you can certainly map out multiple places and drop pins on each place.
Check out google's Maps API, it has a lot in there to help you get started, and is all javascript.
查看用于反向地理编码的 google 地图 v3 api。这将为您提供在地图上放置标记所需的信息
have a look at the google maps v3 api for reverse geocoding. This should give you the needed information to place markers on the map