public class GeofencingEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GEOFENCE_NOT_AVAILABLE |
static int |
GEOFENCE_TOO_MANY_GEOFENCES |
static int |
GEOFENCE_TOO_MANY_PENDING_INTENTS |
| Modifier and Type | Method and Description |
|---|---|
static GeofencingEvent |
fromIntent(android.content.Intent intent) |
int |
getErrorCode() |
int |
getGeofenceTransition() |
java.util.List<Geofence> |
getTriggeringGeofences() |
android.location.Location |
getTriggeringLocation() |
boolean |
hasError() |
public static final int GEOFENCE_NOT_AVAILABLE
public static final int GEOFENCE_TOO_MANY_GEOFENCES
public static final int GEOFENCE_TOO_MANY_PENDING_INTENTS
public static GeofencingEvent fromIntent(android.content.Intent intent)
public int getErrorCode()
public int getGeofenceTransition()
public java.util.List<Geofence> getTriggeringGeofences()
public android.location.Location getTriggeringLocation()
public boolean hasError()