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

The current model for the GoogleMapsPlaces provider has some missing fields. This PR allows usage of all fields provided by Google Maps Places returned when mode=search. Added fields: * business_status...

provider
improvement
need tests

In case you use a bad API key, the error message returned from the API is not displayed.

bug
provider

Code for the state admin level was statically set to ''.

provider
improvement
need tests

Even after doing a few workarounds to add the parameter "statecode=1" (added to the end of the api key, since withData() doesn't appear to be working), the adminLevels still do...

The last 2 PR are aiming to add autocomplete support. I like the idea but I think we need to figure out a consistent way to implement that across all...

improvement

When using the https://github.com/geocoder-php/mapbox-provider with Drupal's geocoder module, Mapbox is unable to geocode US zip codes. I've tried both +5 and +9 zip codes. Mapbox also seems to have issues...

question

- Add `buildPlaceAutocompleteQuery`, `parseMatchedSubstrings`, `parseStructuredFormatting` and `parseTerms` methods to `GoogleMapsPlaces.php`. - Add classes `GooglePlaceAutocomplete` and `StructuredFormatting`(result of autocompleted queries). - Edit `fetchURL` method for Google Place Autocomplete (response are different)....

provider
improvement

- Change locationIQ endpoint to the new one - Add autocomplete endpoint - Manage json to AddressCollection as autocomplete endpoint doest not return XML format - Add countrycodes filter (filter...

provider
improvement

Missing proximity query param: https://docs.mapbox.com/help/tutorials/local-search-geocoding-api/#the-proximity-parameter

provider
improvement