- 发布:2023-06-07 12:58
- 更新:2023-06-07 14:12
- 阅读:350
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: Window10
HBuilderX类型: 正式
HBuilderX版本号: 3.8.4
手机系统: 全部
手机系统版本号: Android 14
手机厂商: 华为
手机机型: 苹果11
页面类型: nvue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
测试过的手机:
示例代码:
let mapCtx = uni.createMapContext('map', this);
mapCtx.includePoints({
points:points,
padding:[10,10,10,10]
})
let mapCtx = uni.createMapContext('map', this);
mapCtx.includePoints({
points:points,
padding:[10,10,10,10]
})
操作步骤:
建立一个map 给地图打两个点,设置include-points 无效
建立一个map 给地图打两个点,设置include-points 无效
预期结果:
map设置include-points有效且可以设置padding边距
map设置include-points有效且可以设置padding边距
实际结果:
map设置include-points无效且padding边距无效
map设置include-points无效且padding边距无效
bug描述:
无限显示地图上面所有的marker
Diligent_UI - 【插件开发】【专治疑难杂症】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=193663(微信搜索飘逸科技UI小程序直接体验)】【骗子请绕道】问题咨询请加QQ群:120594820,代表作灵感实用工具小程序
提供代码截图和效果截图
美少女 (作者)
上面有代码,就是无法通过api来设置include-points 和padding值
2023-06-07 18:20