I have installed Geocoder following the instructions here: https://github.com/geocoder-php/Geocoder
And then I try to run this example:
require __DIR__.'/vendor/autoload.php'; $bingApikey = 'xxxxxxxxxxxxxxxxxxxxxxx'; $curl = new \Ivory\HttpAdapter\CurlHttpAdapter(); $geocoder = new \Geocoder\Provider\BingMaps($curl,$bingApikey); $result = $geocoder->geocode('
أكثر...
And then I try to run this example:
require __DIR__.'/vendor/autoload.php'; $bingApikey = 'xxxxxxxxxxxxxxxxxxxxxxx'; $curl = new \Ivory\HttpAdapter\CurlHttpAdapter(); $geocoder = new \Geocoder\Provider\BingMaps($curl,$bingApikey); $result = $geocoder->geocode('
أكثر...