Class: TransferPathParameters

SuperMap.TransferPathParameters

交通换乘线路查询参数类。

new SuperMap.TransferPathParameters(options)

common/iServer/TransferPathParameters.js, line 8
Name Type Description
options Object

参数。

Name Type Description
transferLines Array.<SuperMap.TransferLine>

本换乘分段内可乘车的路线集合。

points Array.<(string|SuperMap.Geometry.Point|L.Point|L.LatLng|ol.geom.Point)>

两种查询方式:按照公交站点的起止 ID 进行查询和按照起止点的坐标进行查询。

Members

pointsArray.<(string|SuperMap.Geometry.Point|L.Point|L.LatLng|ol.geom.Point)>

两种查询方式:
1. 按照公交站点的起止ID进行查询,则 points 参数的类型为 int[],形如:[起点ID、终点ID],公交站点的 ID 对应服务提供者配置中的站点 ID 字段; 2. 按照起止点的坐标进行查询,则 points 参数的类型为 Point2D[],形如:[{"x":44,"y":39},{"x":45,"y":40}]。

transferLinesArray.<SuperMap.TransferLine>

本换乘分段内可乘车的路线集合,通过交通换乘方案查询得到。

Methods

SuperMap.TransferPathParameters.toJson(params){string}

common/iServer/TransferPathParameters.js, line 49

SuperMap.TransferPathParameters 对象参数转换为 JSON 字符串。

Name Type Description
params SuperMap.TransferPathParameters

交通换乘参数。

Returns:
Type Description
string 转化后的 JSON 字符串。

destroy()

common/iServer/TransferPathParameters.js, line 41

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