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.
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.