Mikel Ros

Results 2 comments of Mikel Ros

@craigward I have it working like this: ``` this.$refs.gmap.$mapCreated.then((map) => { map.fitBounds(bounds); }); ```

@craigward are you passing some extended bounds to that fitBounds method? In order to make it work you have to create some bounds and extend them with all the markers...