How to get current Location in GoogleMap using FusedLocationProviderClient
This is similar to my other answer here, updated to use the recently introduced FusedLocationProviderClient class. In order to use a FusedLocationProviderClient in conjunction with a Google Map: Wait until the Google Map is ready Request the Location permission at runtime if needed Request location updates once the permission is granted Update the Google Map … Read more