How can I get current location? I have tried `Fuse...
# android
z
How can I get current location? I have tried
FusedLocationProviderClient
but unfortunately,
lastLocation
does not provide the correct location.
stackoverflow 5
👍 1
I have solved the issue. Returned location was correct. I messed up with
AndroidView
composable. I updated the location inside
viewBlock
but I need to use
update
block to update the state of the map.
d
Please check the channel topic