Adding "getBounds" method documentation for L.Path.

This commit is contained in:
Jason Sanford 2011-08-14 22:49:56 -06:00
parent 9fb1d7d1e4
commit 8acab197f9

View File

@ -1331,6 +1331,11 @@ var image = new L.ImageOverlay(
<td><code>setStyle( &lt;<a href="#path-options">Path options</a>&gt;&nbsp;<i>object</i>)</code></td>
<td><code>this</code></td>
<td>Changes the appearance of a Path based on the options in the <a href="#path-options">Path options</a> object.</td>
</tr>
<tr id="#path-getbounds">
<td><code>getBounds()</code></td>
<td><code><a href="#latlngbounds">LatLngBounds</a></code></td>
<td>Returns the LatLngBounds of the path.</td>
</tr>
</table>