Navigation speed limit (#230)

add NavInstruction speedLimit
This commit is contained in:
Mayfield
2022-05-30 09:20:44 -04:00
committed by GitHub
parent 35979b7e2e
commit 93a2560618

View File

@@ -1781,6 +1781,8 @@ struct NavInstruction {
lanes @8 :List(Lane);
showFull @9 :Bool;
speedLimit @10 :Float32; # m/s
struct Lane {
directions @0 :List(Direction);
active @1 :Bool;