小程序插件_关于_百度坐标BD09国测局坐标火星坐标GCJ02和WGS84坐标系互转 使用方法,将代码解压放到小程序源码根目录,需要使用的页面js导入该资源:varWxGps=require('../../wxGps/wxGps.js');,即可使用,如:varresult=WxGps.gcj02_to_wgs84(res.longitude,res.latitude);