I’m using using Akryum’s vue-googlemaps. I have 2 positions and I want to ensure that both are viewable on the map. I have a component function that takes the two positions and all I should have to do is call map.fitBounds. But I don’t know how to get the Google map API map object for a method. Neither this.map or this.$_map are defined.
I know that if the googlemaps-map HTML token has an event handler like @idle, that the event handler will be called with a map argument. Am I expected to store that myself or is there another way to get it?