Add documentation for getLatLng() and getRadius() methods in L.Circle.

This commit is contained in:
Aaron King 2012-05-04 14:13:05 -07:00
parent 245fac5148
commit 04720a4910

View File

@ -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( &lt;<a href="#latlng">LatLng</a>&gt;&nbsp;<i>latlng</i>&nbsp;)</code></td>
<td><code>this</code></td>