map/marker dragstart/drag/dragend event docs

This commit is contained in:
Mourner 2011-05-19 17:39:47 +03:00
parent 63cc9dff1a
commit e932016bad

View File

@ -349,6 +349,21 @@ map.addLayer(cloudmade);</code></pre>
<td><code><a href="#event">Event</a></code> <td><code><a href="#event">Event</a></code>
<td>Fired when the view of the map ends changed (e.g. user stopped dragging the map).</td> <td>Fired when the view of the map ends changed (e.g. user stopped dragging the map).</td>
</tr> </tr>
<tr>
<td><code>dragstart</code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired when the user starts dragging the map.</td>
</tr>
<tr>
<td><code>drag</code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired repeatedly while the user drags the map.</td>
</tr>
<tr>
<td><code>dragend</code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired when the user stops dragging the map.</td>
</tr>
<tr> <tr>
<td><code>zoomend</code></td> <td><code>zoomend</code></td>
<td><code><a href="#event">Event</a></code> <td><code><a href="#event">Event</a></code>
@ -726,6 +741,21 @@ map.addLayer(marker);</code></pre>
<td><code><a href="#event">Event</a></code> <td><code><a href="#event">Event</a></code>
<td>Fired when the user double-clicks (or double-taps) the marker.</td> <td>Fired when the user double-clicks (or double-taps) the marker.</td>
</tr> </tr>
<tr>
<td><code>dragstart</code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired when the user starts dragging the marker.</td>
</tr>
<tr>
<td><code>drag</code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired repeatedly while the user drags the marker.</td>
</tr>
<tr>
<td><code>dragend</code></td>
<td><code><a href="#event">Event</a></code>
<td>Fired when the user stops dragging the marker.</td>
</tr>
</table> </table>
<h3>Methods</h3> <h3>Methods</h3>