geocoder-extra
geocoder-extra copied to clipboard
Extra providers don't return AddressCollection
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.