FileDocCategorySizeDatePackage
IGpsGeofenceHardware.javaAPI DocAndroid 5.1 API7425Sat Mar 14 05:48:10 GMT 2015android.location

IGpsGeofenceHardware

public interface IGpsGeofenceHardware implements android.os.IInterface
GPS hardware geofence
hide

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

public booleanisHardwareGeofenceSupported()

public booleanpauseHardwareGeofence(int geofenceId)

public booleanremoveHardwareGeofence(int geofenceId)

public booleanresumeHardwareGeofence(int geofenceId, int monitorTransition)