android-location refers to the location API provided by the Android framework.
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