🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 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'); //完整地址 ~~~