Snazzy Info Window Versions Save

Customizable info windows using the Google Maps JavaScript API.

1.1.1

6 years ago

Features

  • Added better support for ES6 import statements. Now we check if google is defined before extending the OverlayView. (Fixes #16, #21)
  • setWrapperClass: The wrapperClass can now be set at any point in time. (Fixes #23)

1.1.0

7 years ago

Refactoring

The position option was renamed to placement to be more consistent with Google Maps. This change is backwards compatible with versions <1.1.0.

Features

  • closeWhenOthersOpen: Determines if the info window will close when any other Snazzy Info Window is opened. (Fixes #6)
  • setPosition: Set the position of the info window. A valid Google Map instance must be associated to the info window. This could be either through the marker or map option. (Fixes #4)
  • placement: Choose where you want the info window to be displayed, relative to the marker. (Fixes #7)
  • isOpen: Determines if the info window is open.

1.0.0

7 years ago

The initial release of Snazzy Info Window.

0.0.1

7 years ago

A test release to experiment with npm and bower packages.