高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
返回公交站点结果类,详见AMapBusStopResults定义
根据公交站关键字查询指定城市范围内的公交站点详细信息
Namespace: Com.AMap.Api.ServicesAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- keyWords
- Type: System String
查询关键字,多个关键字用“|”分割,“空格"表示与,“双引号”表示不可分割
- offset
- Type: System UInt32
每页记录数(默认值为20),取值为:1-100
- page
- Type: System UInt32
当前页数(默认值为1),取值为:1-10
- city (Optional)
- Type: System String
指定搜索城市,取值为:cityname(中文或中文全拼)、citycode、adcode (《参见城市编码表》)
Return Value
Type: Task AMapBusStopResults返回公交站点结果类,详见AMapBusStopResults定义
See Also