fysoul17 / google_maps_place_picker

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

For iOS only, After Search and select place . Selected place doesn't display in "select here" box. #95

Closed manpreetpatil closed 3 years ago

manpreetpatil commented 3 years ago

Describe the bug For iOS only, After Search and select place . Selected place doesn't display in "select here" box. It keep showing loading.

To Reproduce Steps to reproduce the behavior:

  1. search location address
  2. select the one address in suggested placed
  3. Bottom select here box now showing selected search result. It keep showing loading. The issue is only for iOS.
  4. If we move map then it show the address.
zmm2tysu commented 3 years ago

same issue+1

a-yarohovich commented 3 years ago

+1

bhavin-concetto commented 3 years ago

after adding

hidePlaceDetailsWhenDraggingPin: false,

it is working for me.

manpreetpatil commented 3 years ago

@bhavin-concetto Thanks, Yes it's working

bhavin-concetto commented 3 years ago

@manpreetpatil welcome and please close this issue.