fysoul17 / google_maps_place_picker

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

cannot get current user location with user click on current location button #104

Closed MRSEREY closed 3 years ago

MRSEREY commented 3 years ago

When the map is opened it is fine and show the correct pin base on lat and lng. However, when user click on current location button, the map does animate to user's current location but PickResult (lat ,lng , formatted address, ...) does not change unless user click on current location button again.

MRSEREY commented 3 years ago

Problem has been fixed by just set forceSearchOnZoomChanged to true