sreedwish k jagan
sreedwish k jagan

Reputation: 108

How to detect zoom change in flutter leaflet map?

How to detect 'zoom in' and 'zoom out' in flutter leaflet map ?

Upvotes: 0

Views: 871

Answers (1)

Adlan Arif Zakaria
Adlan Arif Zakaria

Reputation: 1745

Assuming you are using flutter_map package, in the MapOptions there is a onPositionChanged callback function. It should return you the zoom details.

Upvotes: 5

Related Questions