gpt4 book ai didi

gis - 在传单/ map 框中,为什么我不能设置 `map.fitBounds` 的持续时间?

转载 作者:行者123 更新时间:2023-12-01 11:32:54 25 4
gpt4 key购买 nike

我试过这个:

map.fitBounds(L.polyline([L.latLng(40,9), L.latLng(1,2)]).getBounds(), {
padding: [50, 50],
maxZoom: 17,
animate: true,
duration: 10
});

我希望动画需要 10 秒才能完成,但它完成得非常快.. 有没有人知道如何延长 fitBounds 的持续时间? ?

最佳答案

它应该设置为:

map.fitBounds(bounds, {
padding: [50, 50],
maxZoom: 18,
animate: true,
pan: {
duration: 10
}
});

关于gis - 在传单/ map 框中,为什么我不能设置 `map.fitBounds` 的持续时间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30729493/

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