@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PanOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PanOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
double |
getDuration()
Gets the duration of animated panning.
|
double |
getEaseLinearity()
Gets The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve).
|
java.lang.Boolean |
getNoMoveStart()
Gets whether If true, panning won't fire movestart event on start (used internally for panning inertia).
|
@JsOverlay public final double getDuration()
@JsOverlay public final double getEaseLinearity()
@JsOverlay public final java.lang.Boolean getNoMoveStart()