fysoul17 / google_maps_place_picker

Place picker on Google Maps for Flutter
MIT License
222 stars 357 forks source link

usePinPointingSearch = false alternative feature #41

Open xJon opened 4 years ago

xJon commented 4 years ago

Is your feature request related to a problem? Please describe. When using usePinPointingSearch = false, its place in screen is pretty redundant.

Describe the solution you'd like It'd be great if when usePinPointingSearch is set to false, the pin would not render and instead users could click on the map manually to select points of interest, similarly to how Google Maps the app works.

Additional context I'm not sure whether this possible, but I'd love to understand why. Thank you!

fysoul17 commented 4 years ago

Hi,

Sounds pretty good feature. I will consider adding it to future releases.

As I have so busy days recently, I cannot guarantee the feature to be added in the near future. So please feel free to make a pull request if you could add the feature.