AMapNavigationSearch DrivingNavigation Method (Double, Double, Double, Double)高德地图 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> DrivingNavigation(
	double originX,
	double originY,
	double destinationX,
	double destinationY
)

Return Value

Type: 联机Task AMapRouteResults 
返回一条最优驾车路线,详见AMapRouteResults定义
See Also