Moving Point Bundle
data class MovingPointBundle(var previousPoint: IGeoPoint? = null, var selectedPoint: IGeoPoint? = null, var nextPoint: IGeoPoint? = null, var movingPos: IGeoPoint? = null, var trackId: Int, var selectedPointIdx: Int? = null, var selectedPointRealId: Double? = null)