GoogleMap Fit markers

Hi All,

In google API for maps, there are a function named fitBounds for the automatic management of a set of markers (Automatic Zoom and Center). Is there some function for do the same with capacitor-google-map?? I’m using version → “@capacitor/google-maps”: “^4.0.1”

If not, how can I do it?

Regards!

X.

Currently the Google Maps plugin does not cover the entirety of the Google Maps API and I don’t believe we currently have support for this specific function. If it’s something you need and feel comfortable implementing, we’d love a PR for it on github, otherwise, you can also make a feature request on the plugin repo where we track feedback such as this to decide how to best expand the supported plugin APIs.

Thanks!