Assuming you have coordinates, you may want to get information from them (street address actually).
It can be easily doable by changing the ProviderInterface:
- Tweak the
getData() method;
- Adding a
reverse() method.
- Adding a
reverse() method in the GeocoderInterface.