@JsType(isNative=true,
namespace="<global>",
name="Object")
public class PopupOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
PopupOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAutoPan()
Gets the auto pan of the popup
|
Point |
getAutoPanPadding()
Gets whether top left and bottom right autopan padding are set to the same value.
|
Point |
getAutoPanPaddingBottomRight()
Gets The margin between the popup and the bottom right corner of the map view after autopanning was performed.
|
Point |
getAutoPanPaddingTopLeft()
Gets The margin between the popup and the top left corner of the map view after autopanning was performed.
|
java.lang.String |
getClassName()
Gets the custom class name to assign to the popup.
|
java.lang.Boolean |
getCloseButton()
Gets whether to display a close button on the popup
|
java.lang.Boolean |
getCloseOnClick()
Gets whether to override the default behavior of the popup closing when user clicks the map (set globally by the Map closePopupOnClick option).
|
java.lang.Boolean |
getKeepInView()
Gets whether to prevent users from panning the popup off of the screen while it is open.
|
java.lang.Number |
getMaxHeight()
Gets the max height of the popup
|
java.lang.Number |
getMaxWidth()
Gets the max width of the popup
|
java.lang.Number |
getMinWidth()
Gets the min width of the popup.
|
Point |
getOffset()
Gets The offset of the popup position.
|
java.lang.Boolean |
getZoomAnimation()
Gets Whether to animate the popup on zoom.
|
@JsOverlay public final java.lang.Number getMaxWidth()
@JsOverlay public final java.lang.Number getMinWidth()
@JsOverlay public final java.lang.Number getMaxHeight()
@JsOverlay public final java.lang.Boolean getAutoPan()
@JsOverlay public final java.lang.Boolean getKeepInView()
@JsOverlay public final java.lang.Boolean getCloseButton()
@JsOverlay public final Point getOffset()
@JsOverlay public final Point getAutoPanPaddingTopLeft()
@JsOverlay public final Point getAutoPanPaddingBottomRight()
@JsOverlay public final Point getAutoPanPadding()
@JsOverlay public final java.lang.Boolean getZoomAnimation()
@JsOverlay public final java.lang.Boolean getCloseOnClick()
@JsOverlay public final java.lang.String getClassName()