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.
The providers implement
Geocoder\Geocoder(viaGeocoder\Provider), which should return anGeocoder\Model\AddressCollectionfrom 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.