自动对 Google Fusion 表中的位置条目进行地理编码
我正在构建一个网络应用程序,用户可以通过 Google Maps API 搜索地点,然后在 Google Fusion 表中输入这些地点的位置(纬度、经度)。然后,这些位置条目将显示在不同的“导航”地图上。
我的问题是,为了在“导航”地图上显示位置条目,必须进行地理编码。到目前为止,我能看到对融合表条目进行地理编码的唯一方法是在我的 Fusion Tables 帐户的文件菜单上手动操作。任何人都可以建议自动化这一点吗?最好在将位置输入融合表之前使用 JavaScript。
谢谢!
I am building a web app where users can search for places via the Google Maps API and then enter those places locations (Lat, Lng) in a Google Fusion table. Those location entries are then displayed on a different "Navigation" map.
My problem is that in order for the location entry to be displayed on the "Navigation" map is must be geocoded. Thus far the only way I can see to do geocode a fusion table entry is maunally on the file menu of my Fusion Tables account. Can any one suggest away to automate this. Preferably in JavaScript before the location is entered into the fusion table.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用地理编码 API,但需要注意< a href="http://code.google.com/apis/maps/terms.html" rel="nofollow">服务条款,其中对从 API 接收的数据的存储进行了限制。
You can use the Geocoding API, but you need to be mindful of the Terms of Service, which has restrictions around storage of data received from the API.