Lines Matching full:gps
233 // precise, limit at ~9 as most GPS are not submeter accurate
238 * retrieve GPS decimal coordinates from exif.
247 if (!$exif || empty($exif ['GPS'])) {
253 $exif ['GPS'] ['GPSLatitude'] [0],
254 $exif ['GPS'] ['GPSLatitude'] [1],
255 $exif ['GPS'] ['GPSLatitude'] [2],
256 $exif ['GPS'] ['GPSLatitudeRef'] ?? 'N'
262 $exif ['GPS'] ['GPSLongitude'] [0],
263 $exif ['GPS'] ['GPSLongitude'] [1],
264 $exif ['GPS'] ['GPSLongitude'] [2],
265 $exif ['GPS'] ['GPSLongitudeRef'] ?? 'E'