我正在使用嵌入谷歌地图iframe代码。 但它出现了2个标记。
一个用于公司,另一个用于坐标。 如何隐藏绿色坐标标记?
<iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&source=s_q&hl=es&geocode=&q=36.510085,-4.888811&ie=UTF8&t=m&z=14&output=embed"></iframe>
http://jsfiddle.net/diegomenezes/VYRmr/
谢谢=)
答案 0 :(得分:0)
我认为绿色标记是指“近处”,我不知道是否有删除方法,但如果你想
<iframe width="600" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.es/maps?f=q&source=s_q&hl=es&geocode=&q=36.510085,-4.888811&ie=UTF8&t=m&z=14&output=embed&iwloc=A"></iframe>