Home
last modified time | relevance | path

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

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofence.java57 public double getLatitude() { in getLatitude() method in SimpleGeofence
DSimpleGeofenceStore.java89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude()); in setGeofence()
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java250 location.getLatitude() + ", " + location.getLongitude()).sendToTarget(); in updateUILocation()
354 addresses = geocoder.getFromLocation(loc.getLatitude(), loc.getLongitude(), 1); in doInBackground()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DAttractionListFragment.java107 mLatestLocation = new LatLng(location.getLatitude(), location.getLongitude());
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/
DWearableMainActivity.java401 addLocationEntry(location.getLatitude(), location.getLongitude()); in onLocationChanged()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java263 LatLng latLngLocation = new LatLng(location.getLatitude(), location.getLongitude()); in locationUpdated()