2011-01-24 71 views
2

我以懶惰的方式使用Google地圖(不使用他們的API)。當使用iframe懶洋洋地顯示Google地圖時,我可以隱藏氣泡嗎?

<iframe height="250" frameborder="0" scrolling="no" width="335" src="http://maps.google.com.au/maps?f=q&amp;hl=en&amp;geocode=&amp;q=23+Project+Avenue, Noosaville, 4566, Queensland, Australia&amp;output=embed" marginwidth="0" marginheight="0"></iframe> 

在這裏,我只是呼應了地址的urlencode(),讓谷歌地圖的身影這一切了。

Google Map

Example.

我想知道是否有任何GET PARAM我可以用它來阻止出現自動泡沫?

謝謝。

回答

相關問題