vue-google-maps
vue-google-maps copied to clipboard
map Bounds
Is your feature request related to a problem? Please describe. no
Describe the solution you'd like I need the "bounds_changed" event and the getBounds method to get the map bounds.
Do you have an example how to get this?
@Sephen You could get a map instance and register the "bounds_changed" on it, then get the map Bounds out of the map event.
You can treat it the same as you would have done it without Vue.