Home | History | Annotate | Download | only in com.example.android.wearable.geofencing

Lines Matching refs:Geofence

19 import com.google.android.gms.location.Geofence;
22 * A single Geofence object, defined by its center and radius.
35 * @param geofenceId The Geofence's request ID.
36 * @param latitude Latitude of the Geofence's center in degrees.
37 * @param longitude Longitude of the Geofence's center in degrees.
38 * @param radius Radius of the geofence circle in meters.
39 * @param expiration Geofence expiration duration.
40 * @param transition Type of Geofence transition.
74 * Creates a Location Services Geofence object from a SimpleGeofence.
75 * @return A Geofence object.
77 public Geofence toGeofence() {
78 // Build a new Geofence object.
79 return new Geofence.Builder()