高德地图 Windows Phone 8 搜索API参考手册
Assembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
返回多条公交规划路线,详见AMapRouteResults定义
根据起点和终点计算某个城市的公交规划路线
Namespace: Com.AMap.Api.ServicesAssembly: WindowPhone8DOC (in WindowPhone8DOC.dll) Version: 2.0.0.0
Syntax
Parameters
- originX
- Type: System Double
出发地经度
- originY
- Type: System Double
出发地纬度
- destinationX
- Type: System Double
目的地经度
- destinationY
- Type: System Double
目的地纬度
- city
- Type: System String
城市,可选值:cityname(中文或中文全拼)、citycode、adcode
Return Value
Type: Task AMapRouteResults返回多条公交规划路线,详见AMapRouteResults定义
See Also