Searched refs:getLatitude (Results 1 – 6 of 6) sorted by relevance
57 public double getLatitude() { in getLatitude() method in SimpleGeofence
89 prefs.putFloat(getGeofenceFieldKey(id, KEY_LATITUDE), (float) geofence.getLatitude()); in setGeofence()
250 location.getLatitude() + ", " + location.getLongitude()).sendToTarget(); in updateUILocation()354 addresses = geocoder.getFromLocation(loc.getLatitude(), loc.getLongitude(), 1); in doInBackground()
107 mLatestLocation = new LatLng(location.getLatitude(), location.getLongitude());
401 addLocationEntry(location.getLatitude(), location.getLongitude()); in onLocationChanged()
263 LatLng latLngLocation = new LatLng(location.getLatitude(), location.getLongitude()); in locationUpdated()