You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
when the user changes zoom level with pinch gesture then I need to save zoom level in "zoom" variable to apply it in animateCamera function. but I didn't find any event which handles zooms events! (zoomstart,zoomend,zoomin,zoomout ,..)
The text was updated successfully, but these errors were encountered:
I am developing an asset tracking app in flutter with mapbox_gl I set zoom level in animateCamera function:
controller.animateCamera(CameraUpdate.newCameraPosition(CameraPosition( target: LatLng(carpos.latitude, carpos.longitude), zoom: zoom)));}
when the user changes zoom level with pinch gesture then I need to save zoom level in "zoom" variable to apply it in animateCamera function. but I didn't find any event which handles zooms events! (zoomstart,zoomend,zoomin,zoomout ,..)
The text was updated successfully, but these errors were encountered: