albert-heijn-technology / platform_maps_flutter

A Flutter package to provide the native maps to Android/iOS
BSD 2-Clause "Simplified" License
80 stars 64 forks source link

apple maps double tap to zoom doesn't fire callback for new position #40

Open 0radek opened 3 years ago

0radek commented 3 years ago

Only on apple maps, if I double tap the map to zoom in, the onCameraMove callback is not fired.

In addition, the controller is out of sync with regards to the bounding box. So, when I double tap zoom in, and call controller.getVisibleBounds(), the bounding box is incorrect.