googlearchive / js-info-bubble

A library for customizable CSS3 InfoWindows in the Google Maps JavaScript API v3
Apache License 2.0
226 stars 183 forks source link

Can the infobubble be positioned below the marker? #15

Open dmorrow opened 9 years ago

dmorrow commented 9 years ago

Or in any other offset than upper right?

gigmaps commented 9 years ago

js-info-bubble doesn't include pixelOffset like the standard infowindow however there may be a mod / hack to get around this... have a look at this SO question / answer: http://stackoverflow.com/questions/10866098/google-maps-infobubble-pixeloffset-moving-from-default-position-above-marker

smohadjer commented 8 years ago

I need to use pixelOffset too. Why infoBubble has broken this default functionality of infoWindow class? I thought by using infoBubble we get some additional benefits, not that we lose some of the most basic functionalities of infoWindow.