# dcb.obtainLocationAuth

客户端 7.1.5 开始支持,低版本需做兼容处理。

用户定位是否授权。

# 返回值

属性 类型 说明 最低版本
status

boolean

是否授权

7.1.5

# 示例

const res = await dcb.obtainLocationAuth();
// 结果类似:
// {
// status: true
// }

# 贡献者

上次更新时间: 6/30/2022, 3:03:06 PM