AMapNavigationSearch Methods高德地图 Windows Phone 8 搜索API参考手册
高德地图 Windows Phone 8 搜索API参考手册The AMapNavigationSearch type exposes the following members.
Methods

  NameDescription
Public methodStatic memberBusNavigation(Double, Double, Double, Double, String)
根据起点和终点计算某个城市的公交规划路线
Public methodStatic memberBusNavigation(Double, Double, Double, Double, UInt32, Boolean, String)
根据起点和终点计算某个城市的公交规划路线,可以设置换乘策略和是否考虑夜班车
Public methodStatic memberDrivingNavigation(Double, Double, Double, Double)
根据起点和终点查询最优的一条驾车路线
Public methodStatic memberDrivingNavigation(Double, Double, Double, Double, Extensions, String, String, List AMapLocation , List AMapPolygon , String)
根据起点和终点查询最优的一条驾车路线,可以设置途经点、避让区域、避让道路,起点参考POIID, 终点参考POIID
Public methodStatic memberDrivingNavigation(Double, Double, Double, Double, UInt32, String, String, List AMapLocation , List AMapPolygon , String, Extensions)
根据起点和终点查询最优的一条驾车路线,可以设置途经点、避让区域、避让道路,起点参考POIID, 终点参考POIID、驾车导航策略
Public method联机Equals
确定指定的 联机Object 是否等于当前的 联机Object
(Inherited from 联机Object.)
Protected method联机Finalize
允许 联机Object 在垃圾回收器回收该对象之前尝试释放资源并执行其他清理操作。
(Inherited from 联机Object.)
Public method联机GetHashCode
用作特定类型的哈希函数。
(Inherited from 联机Object.)
Public method联机GetType
获取当前实例的 联机Type
(Inherited from 联机Object.)
Protected method联机MemberwiseClone
创建当前 联机Object 的一个浅表副本。
(Inherited from 联机Object.)
Public method联机ToString
返回一个字符串,它表示当前的对象。
(Inherited from 联机Object.)
Public methodStatic memberWalkingNavigation(Double, Double, Double, Double)
根据起点和终点计算最优步行路线
Public methodStatic memberWalkingNavigation(Double, Double, Double, Double, UInt32)
根据起点和终点计算最优步行路线
Back to Top
See Also