ymx-baidu-location
    正在准备搜索索引...

    接口 PermissionResult

    权限请求结果

    interface PermissionResult {
        granted: boolean;
        message?: string;
        permissions: Map<string, boolean>;
    }
    索引

    属性

    granted: boolean

    是否全部授权

    message?: string

    提示信息

    permissions: Map<string, boolean>

    各权限授权状态