Documentation for oldLatlng in marker move event. refs #2412

This commit is contained in:
danzel 2014-01-29 11:41:08 +13:00 committed by Vladimir Agafonkin
parent 3bb3c3973f
commit 016d56568d

View File

@ -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>