function findBounds(points) {
 var bounds = new GLatLngBounds();
 for(var i=0;i<points.length;i++){bounds.extend(points[i])}

 return bounds;
};

Dodaj komentarz

* pole obowiÄ…zkowe