推荐上车点检索结果

interface RecommendStopResult {
    error?: ERRORNO;
    status?: number;
    stationInfoList?: RecommendStationInfo[];
    recommendStopInfoList?: RecommendStopInfo[];
}

Hierarchy (view full)

Properties

error?: ERRORNO

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

status?: number
stationInfoList?: RecommendStationInfo[]

场站上车点信息列表

recommendStopInfoList?: RecommendStopInfo[]

推荐上车点信息列表