I am trying to add an event listener to a google map using the following code:
var map = Apperyio('map').gmap;
google.maps.event.addListener(map, 'dragend', console.log("dragend fired"));
But I get an console error: Uncaught TypeError: Cannot read property '__e3_' of undefined
Any help appreciated!
Thanks