Skip to content

Instantly share code, notes, and snippets.

@JPaulDuncan
JPaulDuncan / infobox.js
Created February 3, 2016 14:56 — forked from wbotelhos/infobox.js
InfoBox
/**
* @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>