public class GeofencingIntentSender
extends java.lang.Object
Intent fired by
LocationManager.addProximityAlert(double, double, float, long,
PendingIntent)| Constructor and Description |
|---|
GeofencingIntentSender(android.content.Context context,
GeofencingApi geofencingApi) |
| Modifier and Type | Method and Description |
|---|---|
android.content.Intent |
generateIntent(android.content.Intent intent,
android.location.Location location) |
void |
sendIntent(android.content.Intent intent) |
boolean |
shouldSendIntent(android.content.Intent intent) |
public GeofencingIntentSender(android.content.Context context,
GeofencingApi geofencingApi)