Geocoder icon indicating copy to clipboard operation
Geocoder copied to clipboard

The most featured Geocoder library written in PHP.

Results 86 Geocoder issues
Sort by recently updated
recently updated
newest added

Hi, im updating my project and i came across this problem. I have some uses for Geocoder\Exception\NoResult, but those no longer exist. Are there any equivalents? Or should i use...

question

Is the doc updated? When i try to use $provider = new \Geocoder\Provider\ArcGISList\ArcGISList($httpClient); says class not found, but if i use $provider = new Geocoder\Provider\ArcGISOnline\ArcGISOnline($httpClient); it works, so im i...

question
documentation

[...] is it possible to get the address id also when the provider list the results .. For example arcgis have an id to identify that address, its possible to...

feature request
question

Updated Here.com provider to Here GS7. We are currently using here-provider 0.6.0 that is using Here v6.2 and are updating to use Here's GS7 endpoints. Note: with the change to...

Should I PR something for this?

provider
question

Hi, i've this code `$httpClient = new \GuzzleHttp\Client(); $provider = new \Geocoder\Provider\GoogleMaps\GoogleMaps($httpClient, null, env('GOOGLE_MAPS_API_KEY')); $geocoder = new \Geocoder\StatefulGeocoder($provider, 'it'); $result = $geocoder->reverseQuery(ReverseQuery::fromCoordinates($latitude, $longitude));` if I try to add ->limit(10) before...

question

We have a business case where we would need the accuracy/confidence from the providers we are using. This PR adds this for OpenCage.

Here.com has released their GS7 (v7) API. We are currently using here-provider 0.6.0 that is using v6.2 endpoints. We are updating to use Here's GS7 endpoints per a conversation with...

Updates Here provider to support GS7 under the 0.8.0 version tag. Details in linked issue Closes #1230

provider
need rebase