martin-braun-net / google_maps_place_picker_mb

Place picker on Google Maps for Flutter
https://pub.dev/packages/google_maps_place_picker_mb
MIT License
33 stars 97 forks source link

Map (North) Orientation bug #55

Closed SaadmLMC closed 1 year ago

SaadmLMC commented 1 year ago

Once the orientation icon is tapped inside the map, the screen adjusts to the correct orientation, flickers for a few seconds and disappears. The icon, reappears again after map orientation is manually adjusted.

Steps to reproduce the behavior:

  1. Go to Maps
  2. Click on North Icon Button
  3. The button starts to flicker
  4. Verbose error report can be found

Expected behavior The button should change the orientation without flickering and disappearing.

Device/Emulator/Simulator (and architecture) Pixel 5 x86_64 Emulator, iPhone 14 Simulator, Galaxy Tab Device, iPhone 14 Device

martin-braun commented 1 year ago

@SaadmLMC

Don't know what you mean, the compass orientation is disabled. I tried to set compassEnable: true on the GoogleMap widget, and it will end up being completely offset:

Screenshot 2023-07-14 at 06 12 44

Needless to say that compassEnabled was set to false, so how could you click it in the first place?