flaviusdemian / google-maps-utility-library-v3

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

InfoBubble extending OverlayView #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by lu...@google.com on 5 Oct 2010 at 11:48