AbduzZami / open_street_map_search_and_pick

GNU General Public License v3.0
15 stars 32 forks source link

set-default-location #21

Closed sohail2000 closed 1 year ago

sohail2000 commented 1 year ago

Added the functionality to set default location of map to users current location using Geolocator package. There is no need of "centre" and "onGetCurrentLocationPressed" properties anymore as package itself can get user current location and set data accordingly. Furthermore, one can also remove location service from the example section as package no longer dependent on external location service.