高德地图 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
目的地纬度
- multipath
- Type: System UInt32
是否提供备选步行方案:0-只提供一条步行方案;1-提供备选步行方案(有可能无备选方案)
Return Value
Type: Task AMapRouteResults返回多条步行路线,详见AMapRouteResults定义
See Also