Join Slack
Powered by
Hi, How can i get marker lat long by moving the ma...
# compose
j
Jason Roberts
10/26/2021, 5:39 AM
Hi, How can i get marker lat long by moving the map? i have a marker in the center of map
l
Lucien Guimaraes
10/26/2021, 8:30 AM
It's not Compose related
👍 1
Lucien Guimaraes
10/26/2021, 8:32 AM
But if you are using Google Map you should check
OnCameraMoveListener
to listen when map is being moved, and then get the center position using
cameraPosition.target
2
Views
Open in Slack
Previous
Next