Class AnimationOptions
java.lang.Object
org.maplibre.nativejni.camera.AnimationOptions
Mutable descriptor for animated camera transitions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondurationMs(double durationMs) easing()easing(UnitBezier easing) booleanbooleanbooleanbooleanminZoom()minZoom(double minZoom) velocity()velocity(double velocity)
-
Constructor Details
-
AnimationOptions
public AnimationOptions()
-
-
Method Details
-
hasDurationMs
public boolean hasDurationMs() -
durationMs
-
durationMs
-
clearDurationMs
-
hasVelocity
public boolean hasVelocity() -
velocity
-
velocity
-
clearVelocity
-
hasMinZoom
public boolean hasMinZoom() -
minZoom
-
minZoom
-
clearMinZoom
-
hasEasing
public boolean hasEasing() -
easing
-
easing
-
clearEasing
-