Added documentation for marker draggable

This commit is contained in:
Matt Spence 2011-04-11 21:54:25 +01:00
parent 8054aaa845
commit 870e54102a

View File

@ -482,6 +482,12 @@ map.addLayer(marker);</code></pre>
<td><code>true</code></td>
<td>If false, the marker will not emit mouse events and will act as a part of the underlying map.</td>
</tr>
<tr>
<td><code>draggable</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>Whether the marker is draggable with mouse/touch or not.</td>
</tr>
</table>
<h3>Methods</h3>