Skip to content

Commit 5d318c8

Browse files
committed
Update Readme.md
1 parent 149383c commit 5d318c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,12 @@ yarn add leaflet-react-track-player
8080
| styleMarker | String | "" | Inline style for the marker |
8181
| speedArray | Array | [] | List of speeds |
8282
| progressFormat | String | "default" | Mode "default" uses the number of points as the value for progress. Mode "time" uses time stamps as the value for progress. Mode "distance" uses range in meters as the value for progress |
83+
| useControl | Bollean | false | Show or hide control panel |
84+
| streamData | Bollean | false | Update player after add new points |
85+
| showDots | Bollean | false | Show or hide points in progress line |
8386
| callbackFinish | Function | () => {} | Called after one full track run |
8487
| callbackNext | Function | () => {} | Called after next point in the polyline is reached |
8588
| callbackPrev | Function | () => {} | Called after previous point in the polyline is reached |
8689
| callbackSpeed | Function | () => {} | Called after changing spead |
90+
| callbackFly | Function | () => {} | Called after fly polyline |
91+
| callbackStream | Function | () => {} | Called after changing stream mode |

0 commit comments

Comments
 (0)