2012-10-29 68 views
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/

感謝=)

回答

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>