返回给用户的搜索结果基类

interface AoiResult {
    aoiList?: AoiInfo[];
    error?: ERRORNO;
    status?: number;
}

Hierarchy (view full)

Properties

aoiList?: AoiInfo[]

Aoi检索信息列表

error?: ERRORNO

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

status?: number