【Leafletjs】L.Map 中文API

L.Map API各類類中的核心部分,用來在頁面中建立地圖並操縱地圖.javascript 使用 example // initialize the map on the "map" div with a given center and zoom var map = L.map('map', { center: [51.505, -0.09], zoom: 13 }); 構造器 構造器 使用
相關文章
相關標籤/搜索