This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name InfoBox | |
| * @version 1.1.11 [January 9, 2012] | |
| * @author Gary Little (inspired by proof-of-concept code from Pamela Fox of Google) | |
| * @copyright Copyright 2010 Gary Little [gary at luxcentral.com] | |
| * @fileoverview InfoBox extends the Google Maps JavaScript API V3 <tt>OverlayView</tt> class. | |
| * <p> | |
| * An InfoBox behaves like a <tt>google.maps.InfoWindow</tt>, but it supports several | |
| * additional properties for advanced styling. An InfoBox can also be used as a map label. | |
| * <p> |