fysoul17 / google_maps_place_picker

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

Map not picking accurate coordinates on farm land #132

Open marcsinner opened 2 years ago

marcsinner commented 2 years ago

Is your feature request related to a problem? Please describe. when placing a marker on e.g. a farm land, the returned coordinates in PickResults are the coordinates of the next closest address found with google places. This is not useful for us because we want to display the picked locations on a map and they are not accurate.

Describe the solution you'd like A nice addition would be to have a boolean called "useCameraPositionForCoordinates" which returns the exact camera coordinates in the PickResults.

Additional context Because we need this functionality right now for our app, i forked the repository and added the feature. I don't have much time, but feel free to create a pull request out of it. https://github.com/marcsinner/google_maps_place_picker

d7h commented 2 years ago

You, my friend, are my hero of the month. Thank you!