Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i am using the latest google iframe code to show the google map in my website. my code looks like this -

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Wergelandsveien+27,+0167+Oslo,+Norway&amp;aq=&amp;sll=59.924248,10.729351&amp;sspn=0.005441,0.01929&amp;ie=UTF8&amp;hq=&amp;hnear=Wergelandsveien+27,+Majorstuen,+0167+Oslo,+Norway&amp;ll=59.920148,10.728519&amp;spn=0.005442,0.01929&amp;t=m&amp;z=14&amp;output=embed"></iframe>

i cannot remove the address bubble from here. i have tried with "iwloc=near" at last, but it does not help. i think this tweak is no longer useful. is there any new option to remove the address bubble? thanks.

share|improve this question
iframing maps.google.com and attempting to use undocumented parameters is a sure way to have your code break. I would suggest instead using the JavaScript Maps API – Mano Marks Sep 14 '12 at 23:31

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.