Searched refs:getLongitude (Results 1 – 6 of 6) sorted by relevance
60 public double getLongitude() { in getLongitude() method in SimpleGeofence
90 prefs.putFloat(getGeofenceFieldKey(id, KEY_LONGITUDE), (float) geofence.getLongitude()); 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()