8
Mapbox 또는 Leaflet의 모든 마커에 맞게 확대
Mapbox 또는 Leaflet 에서지도의 모든 마커를보기 위해보기를 설정하려면 어떻게해야 합니까? Google Maps API와 마찬가지로 bounds? 예 : var latlngbounds = new google.maps.LatLngBounds(); for (var i = 0; i < latlng.length; i++) { latlngbounds.extend(latlng[i]); } map.fitBounds(latlngbounds);