inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
272 stars 54 forks source link

Automatic zoom and bound customization with map.fitbound #100

Closed alessandrorubio closed 1 year ago

alessandrorubio commented 1 year ago

Is it there a method/prop that allows to use map.fitbound from google maps api?

HusamElbashir commented 1 year ago

Hi @alessandrorubio

We don't expose that functionality through our API. You'll have to use the native API instead to manually invoke map.fitBounds. Refer to the advanced usage section in the docs for some usage patterns.