Timeline start and stop time #479
Unanswered
KorecGroup-AliJafri
asked this question in
Q&A
Replies: 2 comments
-
Hello, let's discuss in two scenarios: (1) In the parent component of vc-viewer. You can obtain the viewer instance through the parameter in the ready event of the vc-viewer component. (2) In the child component of vc-viewer. You can obtain the viewer instance through useVueCesium. Once you have the viewer, you can use the CesiumJS API. For more details, please refer to: https://zouyaoji.top/vue-cesium/#/en-US/component/quickstart. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, that makes sense. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I wanted to ask, how can I set the timeline start and stop time using the component library viewer? I am looking do something like what the CesiumJS does
viewer.timeline.zoomTo( startTime, stopTime)
Beta Was this translation helpful? Give feedback.
All reactions