react-maps
react-maps copied to clipboard
Results
3
react-maps issues
Sort by
recently updated
recently updated
newest added
Hi, In plain JS, I can attach an event listener to a marker: ``` js google.maps.event.addListener(marker, 'click', function(ev) { // do something when that particular marker is clicked }); ```...