Merge pull request #1740 from AndreyGeonya/patch-1

Update reference.html
This commit is contained in:
Vladimir Agafonkin 2013-06-06 09:50:03 -07:00
commit b433a5a629

View File

@ -2397,7 +2397,7 @@ map.fitBounds(polyline.getBounds());</code></pre>
<code>L.multiPolygon(<span class="comment">&hellip;</span>)</code>
</td>
<td>Instantiates a multi-polyline object given an array of latlngs arrays (one for each individual polygon) and optionally an options object (the same as for MultiPolyline).</td>
<td>Instantiates a multi-polygon object given an array of latlngs arrays (one for each individual polygon) and optionally an options object (the same as for MultiPolyline).</td>
</tr>
</table>