fis-sst / BlazorMaps

BlazorMaps is a Blazor library that provides a C# interface for maps provided by Leaflet.js library. It includes several Leaflet.js features which are easily accessible from C# level within a project and it does not require any use of JavaScript.
https://fis-sst.pl/en
MIT License
70 stars 26 forks source link

Add Drag, dragstart and dragend events #18

Open mrunks opened 2 years ago

mrunks commented 2 years ago

Is your feature request related to a problem? Please describe. Would like to request adding Drag, Dragstart and Dragend events to the markers.

Describe the solution you'd like I am replacing an angular application that used those events to draw lines and capture the latlng when dragging.