fysoul17 / google_maps_place_picker

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

updateCurrentLocation wait forever await getCurrentPosition #103

Closed ctykaya closed 3 years ago

ctykaya commented 3 years ago

Describe the bug A clear and concise description of what the bug is. On Android when useCurrentLocation field set true the CircularProgressIndicator is always returning and not showing current location on map.

I debug the code and find out updateCurrentLocation method is stack on await getCurrentPosition location. However when useCurrentLocation set to false the map created but this time cannot use current location pin. Only search is working

ctykaya commented 3 years ago

Solve when change accuracy to low