通过iframe网址编辑谷歌地图的信息窗口

时间:2012-09-20 09:49:44

标签: google-maps

是否可以通过iframe网址在Google地图信息窗口中进行一些更改?

例如,将“&iwloc=near”添加到以下iframe src网址的末尾,从Google地图中删除信息窗口。

<iframe width=”300″ height=”300″ frameborder=”0″ scrolling=”no” marginheight=”0″
marginwidth=”0″
src=”http://maps.google.co.uk/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=cb22+7np&amp;sll=52.127428,0.16816&amp;sspn=0.22552,0.676346&amp;ie=UTF8&amp;hq=&amp;hnear=Harston+CB22+7NP,+United+Kingdom&amp;t=k&amp;ll=52.138335,0.073814&amp;spn=0.015804,0.025749&amp;z=14&amp;output=embed”>
</iframe>

任何人都可以告诉上面iframe网址中的哪些属性负责在下图的信息窗口中显示勾选标记的链接?

enter image description here

在代码视图中,此链接包含在名为ul的{​​{1}}类中。

是否可以通过编辑iframe网址来删除这些链接或管理在新窗口中打开的这些链接?

1 个答案:

答案 0 :(得分:1)

不,它看起来不像你勾选的InfoWindow的部分,可以改变。

iwlociwdiwstate1是似乎可以控制InfoWindow的参数。但是这些参数似乎不能控制您在图像中突出显示的元素。这些参数不再公开记录。第三方链接here

但是,如果您使用的是动态Google地图APIv3,则可能会在检测到InfoWindow上的点击事件时自行定制Marker

但是如果您使用动态API创建地图视图,那么您就已经知道了。

以下是Google Maps Dynamic API页面的链接:https://developers.google.com/maps/documentation/javascript/reference