I am using google maps in ios. Every thing is working fine in simulator and device but when I search address using placeclient and select it then marker place a different location.
https://drive.google.com/file/d/1FXWF4cs29CfQ_jyPordo3axa1yXjXCux/view?usp=sharing
Above is the video link.
I ma using the below code to put marker
let camera = GMSCameraPosition.camera(withLatitude: place.coordinate.latitude, longitude: place.coordinate.longitude, zoom: 20) self.gmsMapView.animate(to: camera) self.gmsMapView.camera = camera self.currentMarker.position = gmsMapView.camera.target
yaxanof252 yaxanof is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.