FileDocCategorySizeDatePackage
IGpsGeofenceHardware.javaAPI DocAndroid 5.1 API756Sat Mar 14 14:10:04 GMT 2015android.location

IGpsGeofenceHardware

public interface IGpsGeofenceHardware implements android.os.IInterface

Fields Summary
Constructors Summary
Methods Summary
public abstract booleanaddCircularHardwareGeofence(int geofenceId, double latitude, double longitude, double radius, int lastTransition, int monitorTransition, int notificationResponsiveness, int unknownTimer)

public abstract booleanisHardwareGeofenceSupported()

public abstract booleanpauseHardwareGeofence(int geofenceId)

public abstract booleanremoveHardwareGeofence(int geofenceId)

public abstract booleanresumeHardwareGeofence(int geofenceId, int monitorTransition)