new TransferLine(options)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/leaflet/iclient-leaflet.js"></script>
<script>
new L.supermap.TransferLine(options);
// 弃用的写法
new SuperMap.TransferLine(options);
</script>
// ES6 Import
import { TransferLine } from '@supermapgis/iclient-leaflet';
new TransferLine(options);
common/iServer/TransferLine.js, line 6
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
参数。
|
Members
-
endStopAliasNamestring
-
下车站点别名。
-
endStopIndexnumber
-
下车站点在本公交路线中的索引。
-
endStopNamestring
-
下车站点名称。
-
lineAliasNamestring
-
乘车路线别名。
-
lineIDnumber
-
乘车路线 ID。
-
lineNamestring
-
乘车路线名称。
-
startStopAliasNamestring
-
上车站点别名。
-
startStopIndexnumber
-
上车站点在本公交路线中的索引。
-
startStopNamestring
-
上车站点名称。
Methods
-
static fromJson(jsonObject){TransferLine}
common/iServer/TransferLine.js, line 95 -
将返回结果转化为
TransferLine
对象。Name Type Description jsonObject
Object 新的返回结果。
Returns:
Type Description TransferLine 转化后的 TransferLine
对象。 -
destroy()
common/iServer/TransferLine.js, line 87 -
释放资源,将引用资源的属性置空。