Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java28 private final double mLatitude; field in SimpleGeofence
46 this.mLatitude = latitude; in SimpleGeofence()
58 return mLatitude; in getLatitude()
82 .setCircularRegion(mLatitude, mLongitude, mRadius) in toGeofence()