location_picker_flutter_map
location_picker_flutter_map copied to clipboard
Reverse API Disabled
Hey all, this library seems to completely rely upon the reverse endpoint from Nominatim over at OSM.
Recently they deprecated this endpoint in the PHP endpoint
flutter: Location Picker Error: ClientException with SocketException: Connection refused (OS Error: Connection refused, errno = 61), address = nominatim.openstreetmap.org, port = 64249, uri=https://nominatim.openstreetmap.org/reverse?format=json&lat=lat&lon=long&zoom=18&addressdetails=1&accept-language=en
Now I get this error, presumably because this reverse endpoint was deprecated and no longer serves any data. Are there any plans to migrate this, or support a method to pick that doesn't use reverse lookup?
Any insight would be much appreciated and I would be more than happy to submit a PR if deemed necessary.