I have Google maps plugin for Ionic Native setup on my app, but I want to change the map language and region.
On the web (JS API) it's done by the script url itself, for example: https://maps.googleapis.com/maps/api/js?key=api_key&callback=initMap®ion=sa&language=ar
Is there a way to change it in the ionic google maps plugin ?