Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google maps ios marker location issues #24

Open
yaxanof252 opened this issue Jun 10, 2024 · 0 comments
Open

Google maps ios marker location issues #24

yaxanof252 opened this issue Jun 10, 2024 · 0 comments
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@yaxanof252
Copy link

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 am 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 yaxanof252 added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant