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

razor - Is this a bug in WebMatrix PageData? -

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

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