oldLatLng

This commit is contained in:
danzel 2014-01-29 14:52:41 +13:00 committed by Vladimir Agafonkin
parent 016d56568d
commit f14f4070ec

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. Old and new coordinates are included in event arguments as <code>oldLatlng, latlng</code>.</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>