use of fr.free.nrw.commons.location.LocationServiceManager in project apps-android-commons by commons-app.
the class NearbyActivity method startLookingForNearby.
private void startLookingForNearby() {
locationManager = new LocationServiceManager(this);
locationManager.registerLocationManager();
curLatLang = locationManager.getLatestLocation();
nearbyAsyncTask = new NearbyAsyncTask(this);
nearbyAsyncTask.execute();
}
Aggregations