This is git port of the infobox library from google-maps-utility-library-v3.
- The infobox will center itself vertically over the marker, although the pixelOffset option can still be used to adjust the position.
- Disabled the auto panning function, this means the disableAutoPan option has no effect.
- Disabled the alignBottom option, internally this is always set to false.
To build a minified version of the library using uglify: (requires node.js)
$ npm install
$ npm run build