Top "Locationmanager" questions

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

What is the meaning of android.location.LocationManager.PASSIVE_PROVIDER?

I understand the meaning of GPS_PROVIDER (locations come from GPS signals) and NETWORK_PROVIDER (locations are determined from cell …

android location locationmanager
LocationManager.getLastKnownLocation() returns null, and onLocationChanged never gets called

This code is used on the onCreate block in my MapActivity lm = (LocationManager) getSystemService(Context.LOCATION_SERVICE); if (!lm.isProviderEnabled(…

android android-mapview locationmanager android-location