List of usage examples for android.location LocationListener interface-usage
From source file org.sacids.android.activities.GeoPointMapActivity.java
/**
* Version of the GeoPointMapActivity that uses the new Maps v2 API and Fragments to enable
* specifying a location via placing a tracker on a map.
*
* @author guisalmon@gmail.com
*
From source file com.mpower.clientcollection.activities.GeoPointMapActivity.java
/**
* Version of the GeoPointMapActivity that uses the new Maps v2 API and Fragments to enable
* specifying a location via placing a tracker on a map.
*
* @author guisalmon@gmail.com
*
From source file org.lastmilehealth.collect.android.activities.GeoPointMapActivity.java
/**
* Version of the GeoPointMapActivity that uses the new Maps v2 API and Fragments to enable
* specifying a location via placing a tracker on a map.
*
* @author guisalmon@gmail.com
*
From source file ru.dublgis.androidlocation.PassiveLocationProvider.java
public class PassiveLocationProvider implements LocationListener { private static final String TAG = "PassiveLocationProvider"; private volatile long native_ptr_ = 0; private static LocationManager mLocationManager = null; private static Context mContext = null;
From source file cd.education.data.collector.android.activities.GeoPointMapActivity.java
/**
* Version of the GeoPointMapActivity that uses the new Maps v2 API and Fragments to enable
* specifying a location via placing a tracker on a map.
*
* @author guisalmon@gmail.com
*
From source file org.koboc.collect.android.activities.GeoPointMapActivity.java
/**
* Version of the GeoPointMapActivity that uses the new Maps v2 API and Fragments to enable
* specifying a location via placing a tracker on a map.
*
* @author guisalmon@gmail.com
*
From source file de.grobox.liberario.StationsFragment.java
public class StationsFragment extends LiberarioFragment implements LocationListener { private View mView; private LocationManager locationManager; private boolean loc_found = false; public ProgressDialog pd;
From source file prgc.snct.sos.Activities.MapActivity2.java
public class MapActivity2 extends FragmentActivity implements LocationListener, GpsStatus.Listener, View.OnClickListener { GoogleMap gMap; private static final int MENU_A = 0; private static final int MENU_B = 1;
From source file com.example.isse.weatherapp.ui.WeatherListActivity.java
/**
* An activity representing a list of Weather. This activity
* has different presentations for handset and tablet-size devices. On
* handsets, the activity presents a list of items, which when touched,
* lead to a {@link WeatherDetailActivity} representing
* item details. On tablets, the activity presents the list of items and
From source file com.smsc.usuario.ui.MapaActivity.java
/** * * @author Toditos */ public class MapaActivity extends FragmentActivity implements LocationListener {