@JsType(isNative=true, namespace="<global>", name="Object") public class ZoomPanOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ZoomPanOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 boolean getReset()
@JsOverlay public final PanOptions getPan()
@JsOverlay public final ZoomOptions getZoom()
@JsOverlay public final boolean getAnimate()
Copyright © 2018 G-Widgets. All rights reserved.