Bhavesh Parvatkar
Bhavesh Parvatkar
Run `npm install` inside `layers/layer1/nodejs` folder to install the node packages from `package.json`.
Were you able to look into it @usefulthink. I was looking into the API reference for AdvanceMarker [here](https://developers.google.com/maps/documentation/javascript/reference/advanced-markers#AdvancedMarkerElement.addEventListener). Seems that the addEventListener method is part of beta version as of...
Is there any example of adding listeners to the `advancedMarker.element` or does it need to be built?
Earlier it made sense to add each declaration because the type of events was `MapMouseEvent` and not the native events emitted by the element. But as per the docs, they...