Adding "getBounds" method documentation for L.Path.
This commit is contained in:
parent
9fb1d7d1e4
commit
8acab197f9
@ -1331,6 +1331,11 @@ var image = new L.ImageOverlay(
|
||||
<td><code>setStyle( <<a href="#path-options">Path options</a>> <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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user