Package-level declarations

Types

Link copied to clipboard
class Timeline(opts: AnimationOptions, controller: MapController) : TimeAnimation

A TimeAnimation that manages and controls one or more individual animations. Using a timeline, you can control the playback of multiple animations at once and keep them in sync.

Functions

Link copied to clipboard
fun clamp(value: Double, min: Double, max: Double): Double
Link copied to clipboard
fun setTimeout(action: () -> Unit, delay: Int)