zoomAtTimestamp(scale, timestamp, animationDuration?) â
zoomAtTimestamp
zoom to the specified timestamp.
Reference â
typescript
(
scale: number,
timestamp: number,
animationDuration?: number
) => void
Parameters â
scale
Scaling.timestamp
Timestamp.animationDuration
Animation duration. If it is less than or equal to 0, there is no animation.
Returns â
zoomAtTimestamp
returns undefined
.