snazzy-info-window icon indicating copy to clipboard operation
snazzy-info-window copied to clipboard

Customizable info windows using the Google Maps JavaScript API.

Results 25 snazzy-info-window issues
Sort by recently updated
recently updated
newest added

I have an issue where I can't install this through node on the web server and I also cannot change the JavaScript code on the web server. In this case,...

Here's my code for initializing the map and its markers and infowindows. Markers are being added just fine, but clicking on the marker throws a `marker.getMap is not a function`...

I created a map with 5 markers, which i want them to open different complex styles nazzy windows. The problem is that the only window that open/closes correctly is always...

New to this... I am trying to use this in my React app but it is not working Here is the related code: ``` import {SnazzyInfoWindow} from 'snazzy-info-window; //inside my...

After building a map, and saving, the only export options showing is the iframe code and not the java version?

Is it possible to close window on the second click on a marker? It would be nice to have an option like `closeWhenOthersOpen`. Something like `closeOnSecondClick`.

Hi . I just want to know how to close or destroy multiple info windows . Regards

### **Whitelisted mouse events** This change introduces a new option, **whitelistedMouseEvents**, that lets users specify an optional list (_array_) of events whose execution will not be stopped. The problem, that...

The following changes will allow to open the infowindow on Mouseover event and close it on Mouseout event. 1. "openOnMarkerMouseOver": Determines if the info window will open on marker "mouseover"...

I am using snazzy info window to show hotels in a city and I have made use of all the events for this to work properly because in my case...