Relative Content

Tag Archive for androidfluttergoogle-maps

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.