Home
last modified time | relevance | path

Searched refs:mLongitude (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java29 private final double mLongitude; field in SimpleGeofence
47 this.mLongitude = longitude; in SimpleGeofence()
61 return mLongitude; in getLongitude()
82 .setCircularRegion(mLatitude, mLongitude, mRadius) in toGeofence()