calculations-with-geographic-coordinates.html
<code php>
<?php
/**
* Copyright (c) 2011 by Menno Bie... ons
* are met:
*
* Redistributions of source code must retain the above copyright notice,
* this l... lculation always came out mirrored over the latitude.
$bearing = self::mirrorBearing($bearing)... g - asin($arcsin)) * $radian;
return array('lon' => $longA, 'lat' => $latA);
}
}
</code>