public static class ZoomPanOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
ZoomPanOptions.Builder |
animate(Boolean animate)
Animate.
|
ZoomPanOptions |
build()
Builds the.
|
ZoomPanOptions.Builder |
pan(PanOptions pan)
Pan.
|
ZoomPanOptions.Builder |
reset(Boolean reset)
Reset.
|
ZoomPanOptions.Builder |
zoom(ZoomOptions zoom)
Zoom.
|
public ZoomPanOptions.Builder reset(Boolean reset)
reset - the resetpublic ZoomPanOptions.Builder pan(PanOptions pan)
pan - the panpublic ZoomPanOptions.Builder zoom(ZoomOptions zoom)
zoom - the zoompublic ZoomPanOptions.Builder animate(Boolean animate)
animate - the animatepublic ZoomPanOptions build()
Copyright © 2018 G-Widgets. All rights reserved.