Leaflet.LayerGroup.Collision
Leaflet.LayerGroup.Collision copied to clipboard
Give option to use onZoom instead of onZoomEnd
On touch devices the collision detection doesn't work while zooming until you lift up your fingers. Therefore it would be nice to switch to onZoom as a trigger instead of using onZoomEnd.