MediaWiki  REL1_20
gps.result.php
Go to the documentation of this file.
00001 <?php
00002 
00003 $result = array( 'xmp-exif' =>
00004         array(
00005                 'GPSAltitude' => -3.14159265301,
00006                 'GPSDOP' => '5/1',
00007                 'GPSLatitude' => 88.51805555,
00008                 'GPSLongitude' => -21.12356945,
00009                 'GPSVersionID' => '2.2.0.0'
00010         )
00011 );
00012