Свойство | Type | Description | |
---|---|---|---|
$lat | latitude | ||
$lng | longitude |
Méthode | Description | |
---|---|---|
__construct ( array $exif ) | Constructor | |
__debuginfo ( ) : array | Improved var_dump() output | |
__toString ( ) : string | Echos the entire location as lat, lng | |
lat ( ) : float | Returns the latitude | |
lng ( ) : float | Returns the longitude | |
toArray ( ) : array | Converts the object into a nicely readable array |
Méthode | Description | |
---|---|---|
gps ( string $coord, string $hemi ) : float | Converts the gps coordinates | |
num ( string $part ) : float | Converts coordinates to floats |
public __construct ( array $exif ) | ||
$exif | array | The entire exif array |
public __debuginfo ( ) : array | ||
Résultat | array |
public __toString ( ) : string | ||
Résultat | string |