The LocationManager class in Android provides access to the system location services.
I am using NETWORK_PROVIDER to get latitude and longitude of the place. I'v already check the setting in the "…
android locationmanager android-locationI've been trying to implement a feature for my Android app that gets the speed and direction of travel of …
java android location locationmanager bearingI have a problem to fixed position. I use getLastKnownLocation(LocationManager.NETWORK_PROVIDER); but always return null, i have set …
android locationmanagerMy Android app has two location listeners, one for fine and one for coarse listening. I want to be able …
android locationmanagerNormally an error while doing something on the UI thread from another thread I thought, but I don't get what …
android locationmanager ui-thread looperI've created a Service and grabs location data about the user so I can show my users nearby places. I …
android permissions locationmanagerSo I've spent the past few weeks working on my Android App and looking into the best way of implementing …
java android gps broadcastreceiver locationmanagerI'm trying to fix GPS programmatically when the GPS signal is not available. I want to do this in order …
android gps location locationmanagerI have an app that uses the Android Camera Intent to take pictures and after the picture is taken I …
android geolocation locationmanager geotaggingWhat exactly the property locationmanager.distancefilter do? Does it determine how often the didUpdateTolocation method gets called??
iphone core-location locationmanager