Skip to content
Snippets Groups Projects
Commit b4f509bc authored by Janne Alatalo's avatar Janne Alatalo :neutral_face:
Browse files

Add getters for traffic volume

parent 999a51de
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,14 @@ class LamStation {
return this.avg_speed_dir2;
}
get_traffic_vol_dir1() {
return this.traffic_vol_dir1;
}
get_traffic_vol_dir2() {
return this.traffic_vol_dir2;
}
}
export default LamStation;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment