SuperMap.REST.FindTSPPathsResult

旅行商分析服务结果类 该类包含了旅行商路径的弧段、结点信息,路由对象,行驶导引等。

Summary
SuperMap.REST.FindTSPPathsResult 旅行商分析服务结果类 该类包含了旅行商路径的弧段、结点信息,路由对象,行驶导引等。
Properties
tspPathList {Array(SuperMap.REST.TSPPath)} 旅行商分析路径结果对象数组。
Constructor
SuperMap.REST.FindTSPPathResult 旅行商分析服务结果类构造函数。
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

tspPathList

{Array(SuperMap.REST.TSPPath)} 旅行商分析路径结果对象数组。

Constructor

SuperMap.REST.FindTSPPathResult

旅行商分析服务结果类构造函数。

Parameters

options {Object} 参数。

Allowed options properties

tspPathList {Array(SuperMap.REST.TSPPath)} 旅行商分析路径结果对象数组。

Functions

destroy

destroy: function()

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

旅行商分析结果路径对象。 该类包含了当前旅行方案的途径结点的顺序、弧段、该路径的路由、行驶引导、耗费等信息。
destroy: function()
释放资源,将引用资源的属性置空。
Close