From f947853f3b8bdf70b002c9c5b6b5dcd74bf951b3 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 8 May 2015 18:21:25 +0200 Subject: [PATCH] Update L.Polyline.addLatLng doc --- reference.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference.html b/reference.html index 16d23093..aab82817 100644 --- a/reference.html +++ b/reference.html @@ -2631,11 +2631,12 @@ var latlngs = [ addLatLng( - <LatLng> latlng ) + <LatLng> latlng, + <LatLng[]> latlngs ) this - Adds a given point to the polyline. + Adds a given point to the polyline. By default, adds to the first ring of the polyline in case of a multi-polyline, but can be overriden passing another LatLngs group with latlngs parameter. setLatLngs(