Documentation for oldLatlng in marker move event. refs #2412
This commit is contained in:
parent
3bb3c3973f
commit
016d56568d
@ -1443,7 +1443,7 @@ var map = L.map('map', {
|
||||
<tr>
|
||||
<td><code><b>move</b></code></td>
|
||||
<td><code><a href="#event">Event</a></code></td>
|
||||
<td>Fired when the marker is moved via setLatLng. New coordinate include in event arguments.</td>
|
||||
<td>Fired when the marker is moved via setLatLng. Old and new coordinates are included in event arguments as <code>oldLatlng, latlng</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code><b>add</b></code></td>
|
||||
|
Loading…
Reference in New Issue
Block a user