Top "Android-location" questions

android-location refers to the location API provided by the Android framework.

How to get current location in Android

I'm having troubles of getting my current position coordinates using the NETWORK provider of android location system. Already read a …

java android gps geolocation android-location
How to get the current location latitude and longitude in android

In my application, I get the current location's latitude and longitude when application is open, but not when the application …

android android-service android-location
Good way of getting the user's location in Android

The problem: Getting the user's current location within a threshold ASAP and at the same time conserve battery. Why the …

android geolocation android-location
Background service with location listener in android

I am creating a background service that will run in its own process. It should allow me to listen if …

android android-service android-location
Android Location Manager, Get GPS location ,if no GPS then get to Network Provider location

I am using this given below code to get locations: public Location getLocation() { try { mLocationManager = (LocationManager) context.getSystemService(LOCATION_SERVICE); // …

android gps android-location
Determining the speed of a vehicle using GPS in android

I would like to know how to get the speed of a vehicle using your phone while seated in the …

android gps location android-location
Get the distance between two locations in android?

i need to get distance between two location, but i need to get distance like blue line in the picture. …

android google-maps android-location
Why is FusedLocationApi.getLastLocation null

I am trying to get location by using FusedLocationApi.getLastLocation and I've got the location permissions in the manifest file: &…

android android-4.4-kitkat android-location fusedlocationproviderapi android-fusedlocation
When should I use ACCESS_COARSE_LOCATION permission?

I am building an Android app that will track the user's geolocation and draw their route on a map. I …

android google-play-services android-permissions android-location google-geolocation
ACCESS_COARSE_LOCATION permission gives a cell tower precision on Android

I am making some tests with the requestLocationUpdates() function from the FusedLocationApi. I am using the PRIORITY_BALANCED_POWER_ACCURACY. …

android permissions gps android-location fusedlocationproviderapi