定位错误信息

interface AMapLocationErrorInfo {
    errorCode: string;
    errorMsg: string;
}

Properties

Properties

errorCode: string

错误码

errorMsg: string

错误信息

Generated using TypeDoc