我正在使用Fusion Tables在地图上工作,并希望在用户搜索某个国家/地区时弹出信息窗口,或者从选择列表中选择一个国家/地区。
地图位于:https://mywebspace.wisc.edu/csterling/web/index.html
我的目标是在用户选择/搜索国家/地区并缩放到该国家/地区时弹出信息窗口。
编辑:我希望信息窗口具有与点击多边形时相同的信息。
答案 0 :(得分:1)
以下是an example,其中显示了如何创建从可点击的侧边栏打开的infowindows。 infowindow内容使用google可视化库填充来自FusionTable查询的数据。不会直接适用,但演示了这个概念。您需要修改openFtInfoWindow以显示表中的数据。
Here is your map with an infowindow that opens when either the drop down or the text search is used