PHP code example of winky / phpgeo

1. Go to this page and download the library: Download winky/phpgeo library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

winky / phpgeo example snippets




use Location\LatLng;
use Location\Angle;

$A = new LatLng(116.431973, 39.92031);
$B = new LatLng(116.469567,39.921495);

$angle = new Angle();


$angle->getAngle($A, $B); // returns 87.646479487294