8
Zoom per adattare tutti i marker nella Mapbox o Leaflet
Come imposto la visualizzazione per vedere tutti gli indicatori sulla mappa in Mapbox o Leaflet ? Come l'API di Google Maps fa con bounds? Per esempio: var latlngbounds = new google.maps.LatLngBounds(); for (var i = 0; i < latlng.length; i++) { latlngbounds.extend(latlng[i]); } map.fitBounds(latlngbounds);