Top "Locationmanager" questions

The LocationManager class in Android provides access to the system location services.

isProviderEnabled(LocationManager.NETWORK_PROVIDER) return false

I am using NETWORK_PROVIDER to get latitude and longitude of the place. I'v already check the setting in the "…

android locationmanager android-location
Android Location getBearing() always returns 0

I've been trying to implement a feature for my Android app that gets the speed and direction of travel of …

java android location locationmanager bearing
getLastKnownLocation method always returns null

I have a problem to fixed position. I use getLastKnownLocation(LocationManager.NETWORK_PROVIDER); but always return null, i have set …

android locationmanager
Why isn't Android's onProviderEnabled() method being called?

My Android app has two location listeners, one for fine and one for coarse listening. I want to be able …

android locationmanager
LocationManager: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()

Normally an error while doing something on the UI thread from another thread I thought, but I don't get what …

android locationmanager ui-thread looper
Problem requesting location updates by network

I've created a Service and grabs location data about the user so I can show my users nearby places. I …

android permissions locationmanager
How to? Listen for Location Setting being turned ON (Android App)

So I've spent the past few weeks working on my Android App and looking into the best way of implementing …

java android gps broadcastreceiver locationmanager
android: how to fix gps with mock(fake) coordinates?

I'm trying to fix GPS programmatically when the GPS signal is not available. I want to do this in order …

android gps location locationmanager
GeoTagging Photo's after using Camera Intent

I have an app that uses the Android Camera Intent to take pictures and after the picture is taken I …

android geolocation locationmanager geotagging
iphone core location: distance filter how does it work?

What exactly the property locationmanager.distancefilter do? Does it determine how often the didUpdateTolocation method gets called??

iphone core-location locationmanager