Merge pull request #781 from JasonSanford/gh-pages-master

FeatureGroup#getBounds docs
This commit is contained in:
Vladimir Agafonkin 2012-07-04 23:42:04 -07:00
commit 15ae002e07

View File

@ -2020,6 +2020,11 @@ map.addLayer(group);</code></pre>
<td><code>this</code></td>
<td>Binds a popup with a particular HTML content to a click on any layer from the group.</td>
</tr>
<tr>
<td><code>getBounds()</code></td>
<td><code><a href="#latlngbounds">LatLngBounds</a></code></td>
<td>Returns the LatLngBounds of the Feature Group.</td>
</tr>
</table>
<h3>Events</h3>