BusListResult
interface BusListResult {
city?: string;
keyword?: string;
moreResultsUrl?: string;
getBusListItem(i: number): BusListItem;
getNumBusList(): number;
}
city?: string;
keyword?: string;
moreResultsUrl?: string;
getBusListItem(i: number): BusListItem;
getNumBusList(): number;
}
公交列表查询成功回调函数的参数对象