程序包 | 说明 |
---|---|
com.baidu.mapapi.realtimebus | |
com.baidu.mapsdkplatform.realtimebus.realtimebusoption |
限定符和类型 | 方法和说明 |
---|---|
void |
RealTimeBusManager.realTimeStationSearch(RealTimeBusStationOption realTimeBusLineOption)
开始查询站台Uid实时公交信息
查询之后会根据实时公交推荐刷新间隔进行定时返回指定站台uid公交查询结果,如果不需要定时回调结果可调用
RealTimeBusManager.destroyRealTimeBusStation() 结束轮询。 |
限定符和类型 | 方法和说明 |
---|---|
RealTimeBusStationOption |
RealTimeBusStationOption.setCityID(int cityID)
设置城市id (必传)
|
RealTimeBusStationOption |
RealTimeBusStationOption.setLatLng(LatLng latLng)
设置当前位置经纬度(必传)
|
RealTimeBusStationOption |
RealTimeBusStationOption.setStationUid(java.util.List<java.lang.String> stationUid)
设置公交站点uid,可支持多个uid (必传)
|