I am currently building an iOS app in swift. I put a GMSMapView inside one of my ViewControllers and I put a marker in the middle of the screen. The marker never moves.
When I zoom or unzoom, the marker position changes and so does the address associated to the marker. I want to be able to zoom on the same exact position as it is done on the Uber app.
I've read some of the answers on stackoverflow like this one : Google Maps Center while zooming but none of them worked.
Is there a way to do this directly with the Google maps SDK or should I write an algorithm that saves the last known position and zooms on this position ?