高德地图 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
目的地纬度
Return Value
Type: Task AMapRouteResults返回一条最优步行路线,详见AMapRouteResults定义
See Also