Add documentation for getLatLng() and getRadius() methods in L.Circle.
This commit is contained in:
parent
245fac5148
commit
04720a4910
@ -1645,6 +1645,16 @@ map.addLayer(rectangle);</code></pre>
|
||||
<th>Returns</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>getLatLng()</code></td>
|
||||
<td><code><a href="#latlng">LatLng</a></code></td>
|
||||
<td>Returns the current geographical position of the circle.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>getRadius()</code></td>
|
||||
<td><code>Number</code></td>
|
||||
<td>Returns the current radius of a circle. Units are in meters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>setLatLng( <<a href="#latlng">LatLng</a>> <i>latlng</i> )</code></td>
|
||||
<td><code>this</code></td>
|
||||
|
Loading…
Reference in New Issue
Block a user