diff --git a/reference.html b/reference.html index 701e3835..ab04526d 100644 --- a/reference.html +++ b/reference.html @@ -1443,7 +1443,7 @@ var map = L.map('map', { move Event - Fired when the marker is moved via setLatLng. New coordinate include in event arguments. + Fired when the marker is moved via setLatLng. Old and new coordinates are included in event arguments as oldLatlng, latlng. add