public class GeofencingApiImpl extends Object implements GeofencingApi
GeofencingApi.| Constructor and Description |
|---|
GeofencingApiImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addGeofences(List<Geofence> geofences,
android.app.PendingIntent pendingIntent) |
void |
removeGeofences(List<String> geofenceRequestIds) |
void |
removeGeofences(android.app.PendingIntent pendingIntent) |
public void addGeofences(List<Geofence> geofences, android.app.PendingIntent pendingIntent)
addGeofences in interface GeofencingApipublic void removeGeofences(List<String> geofenceRequestIds)
removeGeofences in interface GeofencingApipublic void removeGeofences(android.app.PendingIntent pendingIntent)
removeGeofences in interface GeofencingApiCopyright © 2015 Mapzen. All Rights Reserved.