Skip to content

Commit 74f8f78

Browse files
committed
docs: document defaults for showStopSigns and showTrafficLights settings
1 parent 7522ce4 commit 74f8f78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/navigation/navigation/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,15 @@ export interface DisplayOptions {
7474
/**
7575
* Configures whether stop signs are shown during navigation.
7676
* If true, stop signs are shown.
77+
*
78+
* Defaults to true.
7779
*/
7880
showStopSigns?: boolean;
7981
/**
8082
* Configures whether traffic lights are shown during navigation.
8183
* If true, traffic lights are shown.
84+
*
85+
* Defaults to true.
8286
*/
8387
showTrafficLights?: boolean;
8488
}

0 commit comments

Comments
 (0)