Michael-M-aher / location_picker_flutter_map

A Flutter package that provides Place search and Location picker for flutter maps with alot of cusomizations using Open Street Map.
MIT License
23 stars 48 forks source link

Fix Calling openstreetmap API. #21

Closed jaafarShiha22 closed 1 year ago

jaafarShiha22 commented 1 year ago

In the location_search.dart file, there is an error with calling "https://nominatim.openstreetmap.org/", Now it is being made using POST request, which throwing 405 not allowed method error, I think you need to replace it with a GET request

Michael-M-aher commented 1 year ago

use the latest version of the package