Wasn't it redleader who wrote: > >I have a rather small map on my web page: 200*200 pixels > >The InfoWindow appears to have a minimum size that I cannot override >(is it 240 pixels wide?) > >Are there any alternatives to the InfoWindow as regards actually >making it smaller (say 120*80 pixels) or some other bubble/window type >graphic I can use? >I have looked into CSS but that seems to come up against the same >width limitation set by Google.
EWindows, EBubbles, and ExtInfoWindow are extensions that allow small info windows. http://econym.org.uk/gmap/ewindows.htm http://econym.org.uk/gmap/ebubble.htm http://gmaps-utility-library.googlecode.com/svn/trunk/extinfowindow/ >Is there a way to centre the InfoWindow within this 200*200 pixel >window limitaion I have? EBubbles might be suitable for small maps because they are allowed to extend outside the map. Other than that, you'd have to calculate the pixel offset from the marker to the centre of the info window. Centre the map on the marker and perform map.panBy(new GSize(offset_x,offset_y)) -- Mike Williams http://econym.org.uk/gmap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
