capacitor-plugins
capacitor-plugins copied to clipboard
feat(google-maps): Refactored options and added feature to update the map options
This refactorings simplify the map options handling and therefore remove many methods, that can now be set in the instantiation of the map but also be updated with a new method.
Closes https://github.com/ionic-team/capacitor-plugins/issues/1617
I also fixed an issue with the padding values in Android, that were used as DP value. I used the getScaledPixels to convert the DP values to screen PX. Now its working fine.
Moved https://github.com/ionic-team/capacitor-google-maps/pull/26