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
296 stars 60 forks source link

How should I use the js code part "const bounds = new states.google.maps.LatLngBounds();" in this package ? #295

Open deidei1231 opened 2 days ago

deidei1231 commented 2 days ago

How should I use the js code part for exmaple "const bounds = new states.google.maps.LatLngBounds();" in this package ? I need to specify boundaries so that the map automatically resizes appropriately.