davidrepko / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

InfoBox, extending OverlayView in the constructor #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
*** InfoBox constructor ***

It would be great if this class extended OverlayView in the constructor since 
google.maps library might be included dynamically and therefore not being 
available when InfoBox is included and causing an error.

Thanks 

Original issue reported on code.google.com by jscriptc...@gmail.com on 6 Oct 2010 at 10:30

GoogleCodeExporter commented 9 years ago
If you are including the google.maps library dynamically, you should also be 
including infobox.js dynamically (and after loading the maps API).

Original comment by garylitt...@gmail.com on 7 Dec 2010 at 9:24