Adding "setLatLng" documentation for L.Circle.
This commit is contained in:
parent
eeef2460cd
commit
21f39ded2d
@ -1465,7 +1465,23 @@ map.addLayer(polyline);</code></pre>
|
||||
<td><code>L.Circle( <<a href="#latlng">LatLng</a>> <i>latlng</i>, <Number> <i>radius</i>, <<a href="#path-options">Path options</a>> <i>options?</i> )</code></td>
|
||||
<td>Instantiates a circle object given a geographical point, a radius in meters and optionally an options object.</td>
|
||||
</tr>
|
||||
</table>
|
||||
</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