@JsType(isNative=true, namespace="<global>", name="Object") public class FitBoundsOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FitBoundsOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAnimate() |
double |
getDuration() |
double |
getEaseLinearity() |
double |
getMaxZoom()
Gets the maximum possible zoom to use.
|
boolean |
getNoMoveStart() |
Point |
getPadding()
Gets the equivalent of setting both top left and bottom right padding to the same value.
|
Point |
getPaddingBottomRight()
Gets the same for bottom right corner of the map.
|
Point |
getPaddingTopLeft()
Gets the amount of padding in the top left corner of a map container that shouldn't be accounted for when setting the view to fit bounds.
|
@JsOverlay public final double getMaxZoom()
@JsOverlay public final Point getPaddingTopLeft()
@JsOverlay public final Point getPaddingBottomRight()
@JsOverlay public final Point getPadding()
@JsOverlay public final boolean getAnimate()
@JsOverlay public final double getDuration()
@JsOverlay public final double getEaseLinearity()
@JsOverlay public final boolean getNoMoveStart()
Copyright © 2018 G-Widgets. All rights reserved.