企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 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'); //完整地址 ~~~