Flutter get coordinates from google maps

ForumCategory: QuestionsFlutter get coordinates from google maps
spartakos87 asked 5 years ago

I use the package google_maps_flutter to use Google maps in my app. My problem is how to set a listener, show when I press in the map to get the coordination of this place. I don’t find anything in the documentation. The only thing which I find is with controllerMap, which I use to set marker listener, is that it has a method, .addListener(listener)
Any idea?