SuperMap.Cloud.PathAnalystEventArgs

路径导航分析事件数据类。 该类包含了路径导航分析的结果状态信息。 Inherits from:

Summary
SuperMap.Cloud.PathAnalystEventArgs 路径导航分析事件数据类。 该类包含了路径导航分析的结果状态信息。 Inherits from:
Properties
result {Array(SuperMap.Cloud.PathAnalystResult)} 路径导航分析返回的结果。
Constructor
SuperMap.Cloud.PathAnalystEventArgs 路径导航分析事件数据类构造函数。

Properties

result

{Array(SuperMap.Cloud.PathAnalystResult)} 路径导航分析返回的结果。

Constructor

SuperMap.Cloud.PathAnalystEventArgs

路径导航分析事件数据类构造函数。

Parameters

result {<Object>} 路径导航分析的返回结果。
originResult {Object} 从服务端获取的 Json 对象表示的路径导航分析结果。
路径导航分析结果类。包含了路径长度,途径点,导引信息等。
服务事件结果相关参数的基类。
Close