[6.1.0]
[common]
This commit is contained in:
@@ -7,4 +7,5 @@ data class StationAndIndex(
|
||||
var index: Int?,// 坐标对应轨迹中最近的点
|
||||
var distance: Float?,//轨迹中最近的点
|
||||
var isNext:Boolean?,// 最近的点在轨迹中是在站点的下一个还是上一个
|
||||
var lineId:Long?,// 站点所属轨迹 todo 未来轨迹线路id和站点线路id 分别存储
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user