Adding "setLatLng" documentation for L.Circle.

This commit is contained in:
Jason Sanford 2011-06-15 23:33:37 -06:00
parent eeef2460cd
commit 21f39ded2d

View File

@ -1467,6 +1467,22 @@ map.addLayer(polyline);</code></pre>
</tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<th>Method</th>
<th>Returns</th>
<th>Description</th>
</tr>
<tr>
<td><code>setLatLng( &lt;<a href="#latlng">LatLng</a>&gt;&nbsp;<i>latlng</i>&nbsp;)</code></td>
<td><code>this</code></td>
<td>Sets the position of a circle to a new location.</td>
</tr>
</table>
<h2 id="circlemarker">L.CircleMarker</h2>