SuperMap.Cloud.PathAnalystResult

路径导航分析结果类。包含了路径长度,途径点,导引信息等。

Summary
SuperMap.Cloud.PathAnalystResult 路径导航分析结果类。包含了路径长度,途径点,导引信息等。
Properties
pathInfos {Array(SuperMap.Cloud.PathInfo)} 路径导航分析结果中的导航引导信息集合。
pathLength {Number} 路径导航分析结果总长度。
pathPoints {Array(<SuperMap.REST.Geometry.Point>)} 路径导航分析结果中的路线途径点集合。
pathTime {Number} 导航花费时间。单位:秒。
Constructor
SuperMap.Cloud.PathAnalystResult
Functions
destroy 释放资源,将引用资源的属性置空。

Properties

pathLength

{Number} 路径导航分析结果总长度。

pathPoints

{Array(<SuperMap.REST.Geometry.Point>)} 路径导航分析结果中的路线途径点集合。

pathInfos

{Array(SuperMap.Cloud.PathInfo)} 路径导航分析结果中的导航引导信息集合。

pathTime

{Number} 导航花费时间。单位:秒。

Constructor

SuperMap.Cloud.PathAnalystResult

Parameters

options {Object} 参数。

Allowed options properties

pathLength {Number} 路径导航分析结果总长度。
pathPoints {Array(<SuperMap.REST.Geometry.Point>)} 路径导航分析结果中的路线途径点集合。
pathInfos {Array(SuperMap.Cloud.PathInfo)} 路径导航分析结果中的导航引导信息集合。

Functions

destroy

destroy: function()

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

路径导航结果信息类,记录道路转向,名称,坐标等信息。
destroy: function()
释放资源,将引用资源的属性置空。
Close