joafc96 / place_picker_google

A place picker for searching and selecting a location on google maps for Flutter.
MIT License
2 stars 5 forks source link

Turn off Location selection on map? #6

Closed tiltmaster closed 1 month ago

tiltmaster commented 1 month ago

first off, thank you so much for this awesome package, I wanted to ask few questions:

  1. Can we disable the Map location selection, meaning when i click on the map it doesnt change location OR just simply hide the map?
  2. Is there a radius for nearby locations?

Would very much like to know if im missing something here.

Thanks!

joafc96 commented 1 month ago
  1. Currently the tap gesture is provided for selection.
  2. The radius is set as 150 for nearby locations now. If you want I can expose a property to set the radius
tiltmaster commented 1 month ago
  1. Currently the tap gesture is provided for selection.
  2. The radius is set as 150 for nearby locations now. If you want I can expose a property to set the radius

So i take it its not possible to hide the map and only enable nearby locations? thinking of it like a feature of Snapchat when u show list of nearby locations.

joafc96 commented 1 month ago

So you want to hide just the map and show nearby locations?

tiltmaster commented 1 month ago

So you want to hide just the map and show nearby locations?

That would be Big as an optional feature with a desired Radius set, the map still shows (Or Not) but you cant click and change position and only shows you a limited number of Places based on radius. Thats how Snapchat for example is doing it.

tiltmaster commented 1 month ago

I could probably fork this over the weekend and do that change but If this is something you want to add in the package then i would not do that i guess.

joafc96 commented 1 month ago

Ahh that's too much of a change for me right now lol. Sorry about that. Please fork the repo and the desired UI changes.

tiltmaster commented 1 month ago

Ahh that's too much of a change for me right now lol. Sorry about that. Please fork the repo and the desired UI changes.

understandable, thanks.

joafc96 commented 1 month ago

Closing as non issue.