Documenting new marker events.
This commit is contained in:
parent
6906111599
commit
3a616575bc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user