Đoạn mã sau đây khởi tạo một bản đồ tờ rơi. Chức năng khởi tạo căn giữa bản đồ dựa trên vị trí của người dùng. Làm cách nào để thay đổi tâm bản đồ sang vị trí mới sau khi gọi hàm khởi tạo?
function initialize() {
map = L.map('map');
L.tileLayer('http://{s}.tile.cloudmade.com/BC9A493B41014CAABB98F0471D759707/997/256/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Map data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, Imagery © <a href="http://cloudmade.com">CloudMade</a>'
}).addTo(map);
map.locate({setView: true, maxZoom: 8});
}
map.flyTo([40.737, -73.923], 8)
nếu bạn muốn phóng to và Animate cũng