Class: TransferLine

SuperMap.TransferLine

换乘路线信息类。

new SuperMap.TransferLine(options)

common/iServer/TransferLine.js, line 7
Name Type Description
options Object

参数。

Name Type Description
lineID number

乘车路线 ID。

lineName string

乘车路线名称。

lineAliasName string

乘车路线别名。

startStopIndex number

上车站点在本公交路线中的索引。

startStopName string

上车站点名称。

startStopAliasName string

上车站点别名。

endStopIndex number

下车站点在本公交路线中的索引。

endStopName string

下车站点名称。

endStopAliasName string

下车站点别名。

Members

endStopAliasNamestring

下车站点别名。

endStopIndexnumber

下车站点在本公交路线中的索引。

endStopNamestring

下车站点名称。

lineAliasNamestring

乘车路线别名。

lineIDnumber

乘车路线 ID。

lineNamestring

乘车路线名称。

startStopAliasNamestring

上车站点别名。

startStopIndexnumber

上车站点在本公交路线中的索引。

startStopNamestring

上车站点名称。

Methods

SuperMap.TransferLine.fromJson(jsonObject){SuperMap.TransferLine}

common/iServer/TransferLine.js, line 94

将返回结果转化为 SuperMap.TransferLine 对象。

Name Type Description
jsonObject Object

新的返回结果。

Returns:
Type Description
SuperMap.TransferLine 转化后的 SuperMap.TransferLine 对象。

destroy()

common/iServer/TransferLine.js, line 86

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