gpt4 book ai didi

mapbox - 如何读取Mapbox的当前缩放级别?

转载 作者:行者123 更新时间:2023-12-03 15:16:35 29 4
gpt4 key购买 nike

我有返乡 Activity

function panToHome(){
latLng = [current.lat, current.lng];
map.setView(latLng, 8);
}

我想将当前 View 另存为历史记录,因此用户可以切换回来,因为它们可能会错误地单击。所以问题是我怎么知道Mapbox上的当前latlng?

最佳答案

getZoom实例上使用L.mapbox.map方法:

Returns the current zoom of the map view.



http://leafletjs.com/reference.html#map-getzoom
var mapbox = new L.mapbox.map('mapbox', 'mapbox.streets', {
'center': [0, 0],
'zoom': 9
});

var zoom = mapbox.getZoom();

此处 zoom保存 9

关于mapbox - 如何读取Mapbox的当前缩放级别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35614957/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com