摘要: 1.面积计算 computeSignedArea(path) { //传入path:[{lat:,lng:},{lat:,lng:}] let _this = this; let radius= 6371009 let len = path.length; if (len < 3) return 0 阅读全文
posted @ 2020-12-07 14:13 KaypoGeng 阅读(1091) 评论(0) 推荐(0)