$_params
$_params : array
Instance parameters.
Class for dealing with Exif data using a bundled PHP library based on the Exifer code written by and Copyright 2003 Jake Olefsky
_parseGPSData(mixed $data) : double
Parse the Longitude and Latitude values into a standardized format regardless of the source format.
mixed | $data | An array containing degrees, minutes, seconds in index 0, 1, 2 respectifully. |
The location data in a decimal format.
_degToDecimal(double $degrees, double $minutes, double $seconds) : double
Convert degrees representation to decimal representation.
double | $degrees | The degrees latitude or longitude. |
double | $minutes | The minutes latitude or longitude. |
double | $seconds | the seconds latitude or longitude. |
The decimal representation of the latitude or longitute.