0

我正在使用嵌入谷歌地图 iframe 代码。但它出现了 2 个标记。

一个用于公司,另一个用于坐标。如何隐藏绿色坐标标记?

<iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=36.510085,-4.888811&amp;ie=UTF8&amp;t=m&amp;z=14&amp;output=embed"></iframe>

http://jsfiddle.net/diegomenezes/VYRmr/

谢谢 =)

4

1 回答 1

0

我认为绿色标记是指“附近的地方”,我不知道是否有办法删除,但如果你想,你可以专注于你的公司,包括参数 '&iwloc=A'

<iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&amp;source=s_q&amp;hl=es&amp;geocode=&amp;q=36.510085,-4.888811&amp;ie=UTF8&amp;t=m&amp;z=14&amp;output=embed&amp;iwloc=A"></iframe>
于 2012-10-29T16:18:03.203 回答