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);