Simple Google Map App - Jetpack Compose
This simple Google Map app is based on the simplified version of sample app from this Google Map compose library. In addition, I added the following features into this sample app:
Location Permission Request
Device Location Setting Request
Setup...
vtsen.hashnode.dev6 min read
Pratyush Pandey
Really useful, I'm working on the same thing and came across this. Can you help out with requesting location updates and getting the new location too on Compose? Thanks