Changing the locality/language of a google maps widget on flutter without having to change the locality of the device itself
Using flutter and google_maps_flutter, I am trying to implement a map on my project.
However, I can’t seem to find how to change the language in which the map should be displayed from within the code. The map only changes its language when the language of the device itself is changed.
Google Maps for Flutter not displaying Points of Interest
I’m using google_maps_flutter: ^2.7.0
to display a marker based on the user’s location which works well, but I’m not seeing any POIs around the user. I know that they should be displayed. I am moving the Flutter app from a progressive web app to an Android & iOS apps and on the web I was seeing all POIs and was able to click on them. I would like this functionality if possible. To click on a POI and show a bottom modal with some data.