AMapBusSearch BusLineIDSearch Method 高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
根据公交路线id查询公交路线详细信息

Namespace: Com.AMap.Api.Services
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax

public static Task<AMapBusLineResults> BusLineIDSearch(
	string id
)

Return Value

Type: 联机Task AMapBusLineResults 
返回公交路线结果类,详见AMapBusLineResults定义
See Also