Hi, How can i get marker lat long by moving the ma...
# compose
j
Hi, How can i get marker lat long by moving the map? i have a marker in the center of map
l
It's not Compose related
👍 1
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