Documenting new marker events.

This commit is contained in:
jacobtoye 2012-10-08 09:40:43 +13:00
parent 6906111599
commit 3a616575bc

View File

@ -1169,6 +1169,16 @@ var map = L.map('map', {
<td><code><a href="#event">Event</a></code>
<td>Fired when the user stops dragging the marker.</td>
</tr>
<tr>
<td><code><b>move</b></code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired when the marker is moved via setLatLng. New coordinate include in event arguments.</td>
</tr>
<tr>
<td><code><b>remove</b></code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired when the marker is removed from the map.</td>
</tr>
</table>
<h3>Methods</h3>