@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ZoomPanOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ZoomPanOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAnimate()
An equivalent of passing animate to both zoom and pan options (see below)
default true |
PanOptions |
getPan()
Gets the options for the panning (without the zoom change) if it occurs.
|
java.lang.Boolean |
getReset()
Gets whether the map view will be completely reset (without any
animations).
|
ZoomOptions |
getZoom()
Gets the options for the zoom change if it occurs.
|
@JsOverlay public final java.lang.Boolean getReset()
@JsOverlay public final PanOptions getPan()
@JsOverlay public final ZoomOptions getZoom()
@JsOverlay public final java.lang.Boolean getAnimate()