How to detect 'zoom in' and 'zoom out' in flutter leaflet map ?
Asked
Active
Viewed 611 times
1 Answers
5
Assuming you are using flutter_map package, in the MapOptions
there is a onPositionChanged
callback function. It should return you the zoom details.

Adlan Arif Zakaria
- 1,706
- 1
- 8
- 13