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

    接口 LocationResult

    定位结果

    interface LocationResult {
        accuracy?: number;
        adCode?: string;
        address?: string;
        altitude?: number;
        aoiName?: string;
        bearing?: number;
        buildingId?: string;
        city?: string;
        cityCode?: string;
        country?: string;
        district?: string;
        errorCode?: number;
        errorMsg?: string;
        floor?: string;
        latitude: number;
        locationType?: number;
        longitude: number;
        poiName?: string;
        province?: string;
        speed?: number;
        street?: string;
        streetNumber?: string;
        time?: number;
    }
    索引

    属性

    accuracy?: number

    定位精度(米)

    adCode?: string

    区域编码

    address?: string

    详细地址

    altitude?: number

    海拔高度(米)

    aoiName?: string

    AOI名称

    bearing?: number

    方向角

    buildingId?: string

    室内定位建筑物编号

    city?: string

    城市

    cityCode?: string

    城市编码

    country?: string

    国家

    district?: string

    区县

    errorCode?: number

    错误码

    errorMsg?: string

    错误信息

    floor?: string

    室内定位楼层

    latitude: number

    纬度

    locationType?: number

    定位类型

    longitude: number

    经度

    poiName?: string

    POI名称

    province?: string

    省份

    speed?: number

    速度(米/秒)

    street?: string

    街道

    streetNumber?: string

    街道门牌号

    time?: number

    定位时间戳