OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleGeofence
(Results
1 - 9
of
9
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java
24
public class
SimpleGeofence
{
42
public
SimpleGeofence
(String geofenceId, double latitude, double longitude, float radius,
74
* Creates a Location Services Geofence object from a
SimpleGeofence
.
SimpleGeofenceStore.java
52
* @return A
SimpleGeofence
defined by its center and radius, or null if the ID is invalid.
54
public
SimpleGeofence
getGeofence(String id) {
74
return new
SimpleGeofence
(id, lat, lng, radius, expirationDuration, transitionType);
82
* @param geofence The
SimpleGeofence
with the values you want to save in SharedPreferences.
84
public void setGeofence(String id,
SimpleGeofence
geofence) {
MainActivity.java
58
private
SimpleGeofence
mAndroidBuildingGeofence;
59
private
SimpleGeofence
mYerbaBuenaGeofence;
105
mAndroidBuildingGeofence = new
SimpleGeofence
(
113
mYerbaBuenaGeofence = new
SimpleGeofence
(
/developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java
24
public class
SimpleGeofence
{
42
public
SimpleGeofence
(String geofenceId, double latitude, double longitude, float radius,
74
* Creates a Location Services Geofence object from a
SimpleGeofence
.
SimpleGeofenceStore.java
52
* @return A
SimpleGeofence
defined by its center and radius, or null if the ID is invalid.
54
public
SimpleGeofence
getGeofence(String id) {
74
return new
SimpleGeofence
(id, lat, lng, radius, expirationDuration, transitionType);
82
* @param geofence The
SimpleGeofence
with the values you want to save in SharedPreferences.
84
public void setGeofence(String id,
SimpleGeofence
geofence) {
MainActivity.java
58
private
SimpleGeofence
mAndroidBuildingGeofence;
59
private
SimpleGeofence
mYerbaBuenaGeofence;
105
mAndroidBuildingGeofence = new
SimpleGeofence
(
113
mYerbaBuenaGeofence = new
SimpleGeofence
(
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java
24
public class
SimpleGeofence
{
42
public
SimpleGeofence
(String geofenceId, double latitude, double longitude, float radius,
74
* Creates a Location Services Geofence object from a
SimpleGeofence
.
SimpleGeofenceStore.java
52
* @return A
SimpleGeofence
defined by its center and radius, or null if the ID is invalid.
54
public
SimpleGeofence
getGeofence(String id) {
74
return new
SimpleGeofence
(id, lat, lng, radius, expirationDuration, transitionType);
82
* @param geofence The
SimpleGeofence
with the values you want to save in SharedPreferences.
84
public void setGeofence(String id,
SimpleGeofence
geofence) {
MainActivity.java
58
private
SimpleGeofence
mAndroidBuildingGeofence;
59
private
SimpleGeofence
mYerbaBuenaGeofence;
105
mAndroidBuildingGeofence = new
SimpleGeofence
(
113
mYerbaBuenaGeofence = new
SimpleGeofence
(
Completed in 4903 milliseconds