I'd be great if this class extended OverlayView in the constructor like
MarkerClusterer does, since it might not be available when this one is included
(google map might be included dynamically later on)
function InfoBubble(opt_options) {
this.extend(InfoBubble, google.maps.OverlayView);
// ...
}
Original issue reported on code.google.com by jscriptc...@gmail.com on 20 Sep 2010 at 11:52
Original issue reported on code.google.com by
jscriptc...@gmail.com
on 20 Sep 2010 at 11:52