«mapbox» 태그된 질문

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);
124 leaflet  mapbox 

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.