“Allow all the time” location prompt not coming in Android SDK 29
I can’t get the “Allow all the time” prompt for location in SDK 29. I already set these permissions in the manifest: i need to get distance between two location, but i need to get distance like blue line in the picture. I try next: public double getDistance(LatLng LatLng1, LatLng LatLng2) { double distance = 0;…
Get the distance between two locations in android?