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

This will help static analysis tools to understand the iterable type of `Collection`

improvement

Hi Jonathan, We're moving towards using Pelias for geocoding, using the provider you wrote. We would like to use the codes for administrative regions as well, hence my pull request....

provider
improvement

The Photon search API supports the parameters `lat` and `lon` which serve to prioritize search results based on a given geo position. This PR adds support for those parameters: ```PHP...

provider
improvement

I noticed the `OpenRouteService::API_URL` is being hard-coded into file `Geocoder\Provider\OpenRouteService` (`vendor\geocoder-php\openrouteservice-provide\OpenRouteService.php`) Could someone please push the following code into the next version of `OpenRouteService` (updating `Pelias` would do the trick)...

provider
improvement

Municipality was not in the array of 'locality' fields, see #1155. Order matters, not sure what position in the array this should have.

provider
need tests

I came across some reverse geocoding results where Nominatim.php didn't return a 'locality'. In my opinion, this latlng query should have 'Purmerend' as its locality, as it's the municipal boundary:...

provider
question

geocoder-php/Geocoder#1117

provider
need tests

I've set the locale to english but still getting result in arabic. ` $adapter_client = new Client(); $provider = new GoogleMaps($adapter_client, null, $api_key); $geocoder = new StatefulGeocoder($provider); $geocoder->setLocale('en'); ` Here's...

question