Add Polyline.isEmpty to the doc

This commit is contained in:
Yohan Boniface 2015-05-09 23:08:39 +02:00 committed by Vladimir Agafonkin
parent 86c0649d44
commit 08afc5a104

View File

@ -2651,6 +2651,11 @@ var latlngs = [
<td><code><a href="#latlng">LatLng</a>[]</code></td>
<td>Returns an array of the points in the path, or nested arrays of points in case of multi-polyline.</td>
</tr>
<tr>
<td><code><b>isEmpty</b>()</code></td>
<td><code>Boolean</code></td>
<td>Returns <code><span class="literal">true</span></code> if the Polyline has no LatLng.</td>
</tr>
<tr id="path-getbounds">
<td><code><b>getBounds</b>()</code></td>
<td><code><a href="#latlngbounds">LatLngBounds</a></code></td>