Open p3im4n opened 3 years ago
I am having the same issue. Any update on this?
I am having the same issue. Any update on this?
there was a trick !! I will answer u as soosm as possible...
If you could I would highly appreciate it :)
Hi @p3im4n, did you already solve this? I'm also developing a tracking app and I need to handle the zoom events.
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 ,..)