Searched refs:latLong (Results 1 – 1 of 1) sorted by relevance
903 float[] latLong = new float[2]; in testGpsExifValues() local904 assertTrue(exif.getLatLong(latLong)); in testGpsExifValues()905 assertEquals((float)latitude, latLong[0], 0.0001f); in testGpsExifValues() local906 assertEquals((float)longitude, latLong[1], 0.0001f); in testGpsExifValues() local