PHP Class Exif\Location

Author: Bastian Allgeier ([email protected])
Afficher le fichier Open project: getkirby/toolkit

Protected Properties

Свойство Type Description
$lat latitude
$lng longitude

Méthodes publiques

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éthodes protégées

Méthode Description
gps ( string $coord, string $hemi ) : float Converts the gps coordinates
num ( string $part ) : float Converts coordinates to floats

Method Details

__construct() public méthode

Constructor
public __construct ( array $exif )
$exif array The entire exif array

__debuginfo() public méthode

Improved var_dump() output
public __debuginfo ( ) : array
Résultat array

__toString() public méthode

Echos the entire location as lat, lng
public __toString ( ) : string
Résultat string

gps() protected méthode

Converts the gps coordinates
protected gps ( string $coord, string $hemi ) : float
$coord string
$hemi string
Résultat float

lat() public méthode

Returns the latitude
public lat ( ) : float
Résultat float

lng() public méthode

Returns the longitude
public lng ( ) : float
Résultat float

num() protected méthode

Converts coordinates to floats
protected num ( string $part ) : float
$part string
Résultat float

toArray() public méthode

Converts the object into a nicely readable array
public toArray ( ) : array
Résultat array

Property Details

$lat protected_oe property

latitude
protected $lat

$lng protected_oe property

longitude
protected $lng