Geocoder
Geocoder copied to clipboard
Feat #942 implement provider lookup method
If you need any help getting this done let me know @franzwilding :)
We indeed need to update all the providers and add an UnsupportedOperation
on the lookupQuery
for those who do not support this operation (just like reverseQuery
in AlgoliaPlaces
, for instance)
I dont think we can add a UnsupportedOperation
. That would violate Liskov substitution principle.
I think we should create a new interface for this new feature (instead of modifying Geocoder
). Then maybe a new trait (instead of modifying GeocoderTrait).
That will make it easy to add to providers one by one. (Or just the one we like). It will also avoid breaking BC.
was this ever pushed?
was this ever pushed?
No, we are still waiting for an update from the author.