FileDocCategorySizeDatePackage
GeofenceHardwareRequest.javaAPI DocAndroid 5.1 API1424Sat Mar 14 14:10:06 GMT 2015android.hardware.location

GeofenceHardwareRequest

public final class GeofenceHardwareRequest extends Object

Fields Summary
Constructors Summary
public GeofenceHardwareRequest()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.hardware.location.GeofenceHardwareRequestcreateCircularGeofence(double latitude, double longitude, double radius)

 throw new RuntimeException("Stub!"); 
public intgetLastTransition()

 throw new RuntimeException("Stub!"); 
public doublegetLatitude()

 throw new RuntimeException("Stub!"); 
public doublegetLongitude()

 throw new RuntimeException("Stub!"); 
public intgetMonitorTransitions()

 throw new RuntimeException("Stub!"); 
public intgetNotificationResponsiveness()

 throw new RuntimeException("Stub!"); 
public doublegetRadius()

 throw new RuntimeException("Stub!"); 
public intgetSourceTechnologies()

 throw new RuntimeException("Stub!"); 
public intgetUnknownTimer()

 throw new RuntimeException("Stub!"); 
public voidsetLastTransition(int lastTransition)

 throw new RuntimeException("Stub!"); 
public voidsetMonitorTransitions(int monitorTransitions)

 throw new RuntimeException("Stub!"); 
public voidsetNotificationResponsiveness(int notificationResponsiveness)

 throw new RuntimeException("Stub!"); 
public voidsetSourceTechnologies(int sourceTechnologies)

 throw new RuntimeException("Stub!"); 
public voidsetUnknownTimer(int unknownTimer)

 throw new RuntimeException("Stub!");