多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# GPS缓存 * 案例 ~~~ plus.storage.getItem('sbh_lat'); //纬度值 plus.storage.getItem('sbh_long'); //经度值 plus.storage.getItem('sbh_alt'); //海拔高度 plus.storage.getItem('sbh_country'); //国家 plus.storage.getItem('sbh_province'); //省份 plus.storage.getItem('sbh_city'); //城市名 plus.storage.getItem('sbh_district'); //地区名 plus.storage.getItem('sbh_street'); //街道名 plus.storage.getItem('sbh_streetNum'); //门牌号 plus.storage.getItem('sbh_poiName'); //POI信息 plus.storage.getItem('sbh_postalCode'); //邮政编码 plus.storage.getItem('sbh_cityCode'); //城市代码 plus.storage.getItem('sbh_address'); //完整地址 ~~~