Can I hide the bubble when showing a Google map lazily using an iframe?
I am using Google Maps in a lazy fashion (not using their API).
<iframe height="250" frameborder="0" scrolling="no" width="335" src="http://maps.google.com.au/maps?f=q&hl=en&geocode=&q=23+Project+Avenue, Noosaville, 4566, Queensland, Australia&output=embed" marginwidth="0" ma开发者_开发百科rginheight="0"></iframe>
Here, I just echo the urlencode()
of the address and let Google Maps figure it all out.
Example.
I was wondering if there was any GET param I can use to stop the automatic bubble from appearing?
Thanks.
FYI the Google Maps url format is documented here: http://mapki.com/wiki/Google_Map_Parameters take a look at the Info Window parameters http://mapki.com/wiki/Google_Map_Parameters#Info_Windows
精彩评论