SuperMap.REST.FindPathResult

最佳路径分析结果类。 从该类中可以获取一条或多条结果路径,以及表示这些路径的图片。

Summary
SuperMap.REST.FindPathResult 最佳路径分析结果类。 从该类中可以获取一条或多条结果路径,以及表示这些路径的图片。
Properties
pathList {Array(SuperMap.REST.Path)} 交通网络分析结果路径数组。
Constructor
SuperMap.REST.FindPathResult 最佳路径分析结果类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

pathList

{Array(SuperMap.REST.Path)} 交通网络分析结果路径数组。

Constructor

SuperMap.REST.FindPathResult

最佳路径分析结果类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

pathList {Array(SuperMap.REST.Path)} 交通网络分析结果路径数组。

Functions

destroy

destroy: function()

释放资源,将引用资源的属性置空。

交通网络分析结果路径类。 从该类中可以获取对交通网络分析结果路径的信息,包括当前路径经过的结点、弧段、该路径的路由、行驶引导、耗费等信息。
destroy: function()
释放资源,将引用资源的属性置空。
Close