Geocoder
Geocoder copied to clipboard
The most featured Geocoder library written in PHP.
This will help static analysis tools to understand the iterable type of `Collection`
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....
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...
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)...
Municipality was not in the array of 'locality' fields, see #1155. Order matters, not sure what position in the array this should have.
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:...
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...
Fixes #1137