AMapNavigationSearch WalkingNavigation Method (Double, Double, Double, Double, UInt32)高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册
根据起点和终点计算最优步行路线

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

public static Task<AMapRouteResults> WalkingNavigation(
	double originX,
	double originY,
	double destinationX,
	double destinationY,
	uint multipath
)

Return Value

Type: 联机Task AMapRouteResults 
返回多条步行路线,详见AMapRouteResults定义
See Also