Hi,
Yes it's possible and is the standard googleMap behavior, the standard GoogleMap behavior display a bubble that will contain all your text and if your text is very big the bubble will be big, so I use another method.
I create a css style like: .googleDiv { height: 200px; width: 200px; overflow: scroll; }
and after I create the bubble text like: <div class='googleDiv'>YOUR TEXT HERE</div>
so the google bubble will have the dimension I want
Gianluigi |
|
|