Native Google Maps - how to resize the map

I’m working with the ionic native google maps plugin, and I can’t figure out how to resize the map. I know how to do it if I’m using the non-native javascript way:

google.maps.event.trigger(this.map, 'resize');

If there a similar solution for the native plugin?

1 Like