tags:

views:

2903

answers:

2

Googling has been difficult because I can't get results specific enough - wondering if my fellow SO-ers have any insight. Are there any handy CSS/HTML templates out there to make inserting content into a google maps bubble easy? I'm throwning together a quick-n-dirty mashup and wanted to avoid spending time styling manually if I can avoid it.

For reference, this post is somewhat related and could prove helpful:

+7  A: 

I haven't seen any templates for GInfoWindows, but they're not too hard to style. Just put all your window content in a div with a class that you can reference in your stylesheets.

If you're looking for more customization than that, here are a few third-party extensions that provide an alternative to the standard GInfoWindows: ExtInfoWindow, PopupMarker, EWindow, and EBubble

Chris B
A: 

Hi I've notice API v3 is using the following default image for the info windows

http://maps.gstatic.com/intl/en_ALL/mapfiles/iw3.png

there is an smaller stem on the right, but I couldn't find a way to invoke it.

does anyone knows how can I set that parameter ?

Gabo