MediaWiki REL1_31
gps.result.php
Go to the documentation of this file.
1<?php
2
3$result = [ 'xmp-exif' =>
4 [
5 'GPSAltitude' => -3.14159265301,
6 'GPSDOP' => '5/1',
7 'GPSLatitude' => 88.51805555,
8 'GPSLongitude' => -21.12356945,
9 'GPSVersionID' => '2.2.0.0'
10 ]
11];