Package | Description |
---|---|
com.baidu.mapapi.realtimebus | |
com.baidu.mapsdkplatform.realtimebus.realtimebusoption |
Modifier and Type | Method and Description |
---|---|
void |
RealTimeBusManager.realTimeStationSearch(RealTimeBusStationOption realTimeBusLineOption)
开始查询站台Uid实时公交信息
查询之后会根据实时公交推荐刷新间隔进行定时返回指定站台uid公交查询结果,如果不需要定时回调结果可调用
RealTimeBusManager.destroyRealTimeBusStation() 结束轮询。
注:如查询之后没调用RealTimeBusManager.updateLocation(LatLng latLng) 更新实时位置5
分钟后会停止请求,在RealTimeBusDataListener() 方法中进行回调,
可直接调用RealTimeBusManager.updateLocation(LatLng latLng) 更新位置后继续轮询查询。 |
Modifier and Type | Method and Description |
---|---|
RealTimeBusStationOption |
RealTimeBusStationOption.setCityID(int cityID)
设置城市id (必传)
|
RealTimeBusStationOption |
RealTimeBusStationOption.setLatLng(LatLng latLng)
设置当前位置经纬度(必传)
|
RealTimeBusStationOption |
RealTimeBusStationOption.setStationUid(java.util.List<java.lang.String> stationUid)
设置公交站点uid,可支持多个uid (必传)
|