geocoder-extra icon indicating copy to clipboard operation
geocoder-extra copied to clipboard

Extra providers don't return AddressCollection

Open Quentangle opened this issue 8 years ago • 0 comments

The providers implement Geocoder\Geocoder (via Geocoder\Provider), which should return an Geocoder\Model\AddressCollection from geocode and reverse, but they are instead returning nested arrays.

It appears to be as simple as running the results through $this->returnResults($array), so I can make a pull request if desired.

Quentangle avatar Jan 25 '17 03:01 Quentangle