Saturday, July 16, 2011

Remove Information Bubble from Embedded Google Maps Iframe

If you've ever tried to insert google maps iframe at you webpage, you've probably used google's own tool to personalize map viewport. There's possibility to alter viewport size, zoom and position, type and probably even more. But if you have open information bubble on your map, then even if you close it, it's still there when you insert generated code into your webapage. The solution is simple. Look at the src attribute of your iframe tag. There will be "iwloc=A" string somewhere (or possibly a different letter). The only thing you need to do to get rid of the bubble is to delete that letter.

No comments:

Post a Comment