public class GeoFenceHelper
extends java.lang.Object
implements android.location.LocationListener
| Modifier and Type | Method and Description |
|---|---|
void |
createGeoFences() |
static GeoFenceHelper |
getInstance(android.content.Context context) |
boolean |
onCreateOptionsMenu(android.view.Menu menu) |
void |
onLocationChanged(android.location.Location location) |
void |
onProviderDisabled(java.lang.String provider) |
void |
onProviderEnabled(java.lang.String provider) |
void |
onStatusChanged(java.lang.String provider,
int status,
android.os.Bundle extras) |
void |
refreshGeofences(android.location.Location l) |
public static GeoFenceHelper getInstance(android.content.Context context)
public void createGeoFences()
public void refreshGeofences(android.location.Location l)
public void onProviderEnabled(java.lang.String provider)
onProviderEnabled in interface android.location.LocationListenerpublic void onStatusChanged(java.lang.String provider,
int status,
android.os.Bundle extras)
onStatusChanged in interface android.location.LocationListenerpublic boolean onCreateOptionsMenu(android.view.Menu menu)
public void onLocationChanged(android.location.Location location)
onLocationChanged in interface android.location.LocationListenerpublic void onProviderDisabled(java.lang.String provider)
onProviderDisabled in interface android.location.LocationListener