Methods Summary |
---|
public void | addGeofences(android.hardware.location.GeofenceHardwareRequestParcelable[] geofenceRequestsArray)Adds a given list of geofences to the system.
|
public boolean | isSupported()Flags if the interface functionality is supported by the platform.
|
public void | modifyGeofenceOptions(int geofenceId, int lastTransition, int monitorTransitions, int notificationResponsiveness, int unknownTimer, int sourcesToUse)Modifies the request options if a geofence that is already known by the
system.
|
public void | pauseMonitoringGeofence(int geofenceId)Pauses monitoring a particular geofence.
|
public void | removeGeofences(int[] geofenceIds)Removes a give list of geofences from the system.
|
public void | resumeMonitoringGeofence(int geofenceId, int monitorTransitions)Resumes monitoring a particular geofence.
|