jquery - Set height of content inside google maps info window -


when instantiate google maps info window, doesn't resize window match content's height. instead, adds scrollbar. in fact, doesn't seem use available height of window itself, instead instituting arbitrary size. idea how manually resize itself? can see issue here, clicking on "contact", , clicking on 1 of markers.

http://presentations.superfaddev.com/ifad/v2/ifad.html

turns out there's better way handle infowindows, use infobox extension, hosted here:

http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/src/

and documented here:

http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobox/

which solves , many other problems google's infowindow.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -