Adding "setLatLng" documentation for L.Circle.
This commit is contained in:
parent
eeef2460cd
commit
21f39ded2d
@ -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( <<a href="#latlng">LatLng</a>> <i>latlng</i> )</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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user