I'm using google maps in my flutter app, I want to put a pointer in the middle of the screen so it will be easy for the users to choose the location the look for by just moving the map and making the pointer in the middle of the screen points to the location they look for
so how then can I get the coordinates that sits in the middle of the screen ,exactly the same where the pointer is
GoogleMapController
official documentation – Metagnathous