public static class ZoomOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
ZoomOptions.Builder |
animate(java.lang.Boolean animate)
zoom animation will happen if the zoom origin is inside the current view.
|
ZoomOptions |
build()
Builds the ZoomOptions new instance
|
public ZoomOptions.Builder animate(java.lang.Boolean animate)
animate - the animatepublic ZoomOptions build()