插件文档中只是说明了有这个插件
却没有详细的说明。
先记录如下
this.testMark = uni.createMapContext('mymap');
this.testMark.includePoints({
padding: [180, 20, 180, 20],
points: [{
latitude: 39.909654,
longitude: 116.398075,
},
{
latitude: 39.9052,
longitude: 116.393804,
}],
complete:function(res){
console.log(res);
}
})
感谢博主,喝杯咖啡~
感谢博主,喝杯咖啡~
还没有人发表评论