We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014d30d commit 52a38abCopy full SHA for 52a38ab
1 file changed
src/navigation/navigation/types.ts
@@ -74,11 +74,15 @@ export interface DisplayOptions {
74
/**
75
* Configures whether stop signs are shown during navigation.
76
* If true, stop signs are shown.
77
+ *
78
+ * Defaults to true.
79
*/
80
showStopSigns?: boolean;
81
82
* Configures whether traffic lights are shown during navigation.
83
* If true, traffic lights are shown.
84
85
86
87
showTrafficLights?: boolean;
88
}
0 commit comments