Adding Event Listeners to the Map Object in the New Capacitor Google Maps Plugin

Doesn’t seem like there is a way to add event listeners to the map object?

And doesn’t seem like there is a way to listen for “bounds_changed” event unless I am missing something in the API. “bounds_changed” is critical for being able to update what markers are on the map when the user zooms in or out or starts to pan the map view looking for things.

I tried the setOnCameraMoveStartedListener captures some event, but there is no data of value other than just the fact you got the event?

Then I tried the callback on the create method to see if i could get the map object but the callback is not even implemented, i poked around in the code and discovered that.

Was trying to reproduce a map demo I did in react-native and cant get there yet…