Programmatically click on a marker with @capacitor/google-maps

I would like to trigger a click event programmatically on a marker, this is possible with the googlemaps JS sdk, although i cant find a way to do that with capacitor/google-maps

is there a way to get a reference to an existing marker and trigger a click event on it?
thanks!