fysoul17 / google_maps_place_picker

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

Current Location button moves the map but does not update address on first attempt. It works on second attempt, though. #127

Closed jawadashraf closed 2 years ago

jawadashraf commented 3 years ago

Describe the bug Current Location button moves the map but does not update address on first attempt. It works on second attempt, though.

To Reproduce Steps to reproduce the behavior: Please see the video https://drive.google.com/file/d/1CQGmbIKc3IGf6em9HiTDmZFhvKZMPShx/view?usp=sharing

Expected behavior Current location button should update the address on first click

venkata-reddy-boya commented 3 years ago

@jawadashraf use selectInitialPosition: true

jawadashraf commented 3 years ago

@jawadashraf use selectInitialPosition: true

Thanks for the response. Appreciate it.