Home | History | Annotate | Download | only in app

Lines Matching defs:latitude

401         double latitude = PicasaSource.getLatitude(mMediaItem);
403 if (GalleryUtils.isValidLocation(latitude, longitude)) {
404 values.put(Images.Media.LATITUDE, latitude);
440 if (GalleryUtils.isValidLocation(localImage.latitude, localImage.longitude)) {
441 values.put(Images.Media.LATITUDE, localImage.latitude);