Methods Summary |
---|
public static android.hardware.location.GeofenceHardwareRequest | createCircularGeofence(double latitude, double longitude, double radius) throw new RuntimeException("Stub!");
|
public int | getLastTransition() throw new RuntimeException("Stub!");
|
public double | getLatitude() throw new RuntimeException("Stub!");
|
public double | getLongitude() throw new RuntimeException("Stub!");
|
public int | getMonitorTransitions() throw new RuntimeException("Stub!");
|
public int | getNotificationResponsiveness() throw new RuntimeException("Stub!");
|
public double | getRadius() throw new RuntimeException("Stub!");
|
public int | getSourceTechnologies() throw new RuntimeException("Stub!");
|
public int | getUnknownTimer() throw new RuntimeException("Stub!");
|
public void | setLastTransition(int lastTransition) throw new RuntimeException("Stub!");
|
public void | setMonitorTransitions(int monitorTransitions) throw new RuntimeException("Stub!");
|
public void | setNotificationResponsiveness(int notificationResponsiveness) throw new RuntimeException("Stub!");
|
public void | setSourceTechnologies(int sourceTechnologies) throw new RuntimeException("Stub!");
|
public void | setUnknownTimer(int unknownTimer) throw new RuntimeException("Stub!");
|