From 08afc5a10409c098ede0f0e9dbd6ffba0b0e08a2 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sat, 9 May 2015 23:08:39 +0200 Subject: [PATCH] Add Polyline.isEmpty to the doc --- reference.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference.html b/reference.html index ff155bbf..f75adf91 100644 --- a/reference.html +++ b/reference.html @@ -2651,6 +2651,11 @@ var latlngs = [ LatLng[] Returns an array of the points in the path, or nested arrays of points in case of multi-polyline. + + isEmpty() + Boolean + Returns true if the Polyline has no LatLng. + getBounds() LatLngBounds