WissamALSbenaty / Ultra-Map-Place-Picker

A Flutter package that simplifies location selection on maps, regardless of device type. This package offers seamless location selection for users on both Google Maps-enabled devices and those that are not, such as Huawei devices.
Apache License 2.0
0 stars 0 forks source link

Questions about features (Hiding map/nearby locations/radius) #3

Open tiltmaster opened 3 weeks ago

tiltmaster commented 3 weeks ago

So I wanted to know if this package supports filtering with range Radius, and if possible to turn off the Map and or Make sure the map is only for viewing purposes, and shows a list of nearby locations based on radius?

WissamALSbenaty commented 3 weeks ago

For making widget just for viewing purposes , unfortunately i didn't include that type of thumbnails , it could be added easily

but for the nearby locations based on radius , i didn't get , could you please provide a UI example for your usecase ?

Thanks

tiltmaster commented 3 weeks ago

For making widget just for viewing purposes , unfortunately i didn't include that type of thumbnails , it could be added easily

but for the nearby locations based on radius , i didn't get , could you please provide a UI example for your usecase ?

Thanks

Hey, I'll try to provide a UI example, its basically the same map and everything, you just cant move the pin to a different location thats all and or just Hide the map and only show a List of nearby places based on Radius like 10 KM radius etc,