CopyRight Baidu

@Date: 2024/6/26

@Description: POI详情检索结果 支持多个UID进行检索,以数组形式返回结果, 字段通过数组元素PoiDetailInfo进行获取

@Version: 1.0.0

interface PoiDetailSearchResult {
    poiDetailInfoList?: PoiDetailInfo[];
    error?: ERRORNO;
    status?: number;
}

Hierarchy (view full)

Properties

poiDetailInfoList?: PoiDetailInfo[]

POI详细信息列表

error?: ERRORNO

检索结果错误码, 各错误值见ERRORNO

status?: number