You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| styleMarker | String | "" | Inline style for the marker |
81
81
| speedArray | Array |[]| List of speeds |
82
82
| 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 |
83
86
| callbackFinish | Function | () => {} | Called after one full track run |
84
87
| callbackNext | Function | () => {} | Called after next point in the polyline is reached |
85
88
| callbackPrev | Function | () => {} | Called after previous point in the polyline is reached |
86
89
| callbackSpeed | Function | () => {} | Called after changing spead |
90
+
| callbackFly | Function | () => {} | Called after fly polyline |
91
+
| callbackStream | Function | () => {} | Called after changing stream mode |
0 commit comments