Class LMapOptions
java.lang.Object
software.xdev.vaadin.maps.leaflet.map.LMapOptions
- All Implemented Interfaces:
LComponentOptions<LMapOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCrs()LLayer<?>[]getZoom()voidsetAttributionControl(Boolean attributionControl) voidsetBounceAtZoomLimits(Boolean bounceAtZoomLimits) voidsetBoxZoom(Boolean boxZoom) voidvoidsetClosePopupOnClick(Boolean closePopupOnClick) voidvoidsetDragging(Boolean dragging) voidsetEaseLinearity(Number easeLinearity) voidsetFadeAnimation(Boolean fadeAnimation) voidsetInertia(Boolean inertia) voidsetInertiaDeceleration(Number inertiaDeceleration) voidsetInertiaMaxSpeed(Number inertiaMaxSpeed) voidsetKeyboard(Boolean keyboard) voidsetKeyboardPanDelta(Number keyboardPanDelta) voidvoidsetMarkerZoomAnimation(Boolean markerZoomAnimation) voidsetMaxBounds(LLatLngBounds maxBounds) voidsetMaxBoundsViscosity(Number maxBoundsViscosity) voidsetMaxZoom(Number maxZoom) voidsetMinZoom(Number minZoom) voidsetNumberClickZoom(Object doubleClickZoom) voidsetPreferCanvas(Boolean preferCanvas) voidsetScrollWheelZoom(Object scrollWheelZoom) voidsetTapHold(Boolean tapHold) voidsetTapTolerance(Number tapTolerance) voidsetTouchZoom(Object touchZoom) voidsetTrackResize(Boolean trackResize) voidsetTransform3DLimit(Number transform3DLimit) voidsetWheelDebounceTime(Number wheelDebounceTime) voidsetWheelPxPerZoomLevel(Number wheelPxPerZoomLevel) voidsetWorldCopyJump(Boolean worldCopyJump) voidvoidsetZoomAnimation(Boolean zoomAnimation) voidsetZoomAnimationThreshold(Number zoomAnimationThreshold) voidsetZoomControl(Boolean zoomControl) voidsetZoomDelta(Number zoomDelta) voidsetZoomSnap(Number zoomSnap) withAttributionControl(Boolean attributionControl) withBounceAtZoomLimits(Boolean bounceAtZoomLimits) withBoxZoom(Boolean boxZoom) withCenter(LLatLng center) withClosePopupOnClick(Boolean closePopupOnClick) withDragging(Boolean dragging) withEaseLinearity(Number easeLinearity) withFadeAnimation(Boolean fadeAnimation) withInertia(Boolean inertia) withInertiaDeceleration(Number inertiaDeceleration) withInertiaMaxSpeed(Number inertiaMaxSpeed) withKeyboard(Boolean keyboard) withKeyboardPanDelta(Number keyboardPanDelta) withLayers(LLayer<?>[] layers) withMarkerZoomAnimation(Boolean markerZoomAnimation) withMaxBounds(LLatLngBounds maxBounds) withMaxBoundsViscosity(Number maxBoundsViscosity) withMaxZoom(Number maxZoom) withMinZoom(Number minZoom) withNumberClickZoom(Object doubleClickZoom) withPreferCanvas(Boolean preferCanvas) withScrollWheelZoom(Object scrollWheelZoom) withTapHold(Boolean tapHold) withTapTolerance(Number tapTolerance) withTouchZoom(Object touchZoom) withTrackResize(Boolean trackResize) withTransform3DLimit(Number transform3DLimit) withWheelDebounceTime(Number wheelDebounceTime) withWheelPxPerZoomLevel(Number wheelPxPerZoomLevel) withWorldCopyJump(Boolean worldCopyJump) withZoomAnimation(Boolean zoomAnimation) withZoomAnimationThreshold(Number zoomAnimationThreshold) withZoomControl(Boolean zoomControl) withZoomDelta(Number zoomDelta) withZoomSnap(Number zoomSnap) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LComponentOptions
self
-
Constructor Details
-
LMapOptions
public LMapOptions()
-
-
Method Details
-
getPreferCanvas
-
setPreferCanvas
-
withPreferCanvas
-
getAttributionControl
-
setAttributionControl
-
withAttributionControl
-
getZoomControl
-
setZoomControl
-
withZoomControl
-
getClosePopupOnClick
-
setClosePopupOnClick
-
withClosePopupOnClick
-
getBoxZoom
-
setBoxZoom
-
withBoxZoom
-
getNumberClickZoom
-
setNumberClickZoom
-
withNumberClickZoom
-
getDragging
-
setDragging
-
withDragging
-
getZoomSnap
-
setZoomSnap
-
withZoomSnap
-
getZoomDelta
-
setZoomDelta
-
withZoomDelta
-
getTrackResize
-
setTrackResize
-
withTrackResize
-
getInertia
-
setInertia
-
withInertia
-
getInertiaDeceleration
-
setInertiaDeceleration
-
withInertiaDeceleration
-
getInertiaMaxSpeed
-
setInertiaMaxSpeed
-
withInertiaMaxSpeed
-
getEaseLinearity
-
setEaseLinearity
-
withEaseLinearity
-
getWorldCopyJump
-
setWorldCopyJump
-
withWorldCopyJump
-
getMaxBoundsViscosity
-
setMaxBoundsViscosity
-
withMaxBoundsViscosity
-
getKeyboard
-
setKeyboard
-
withKeyboard
-
getKeyboardPanDelta
-
setKeyboardPanDelta
-
withKeyboardPanDelta
-
getScrollWheelZoom
-
setScrollWheelZoom
-
withScrollWheelZoom
-
getWheelDebounceTime
-
setWheelDebounceTime
-
withWheelDebounceTime
-
getWheelPxPerZoomLevel
-
setWheelPxPerZoomLevel
-
withWheelPxPerZoomLevel
-
getTapHold
-
setTapHold
-
withTapHold
-
getTapTolerance
-
setTapTolerance
-
withTapTolerance
-
getTouchZoom
-
setTouchZoom
-
withTouchZoom
-
getBounceAtZoomLimits
-
setBounceAtZoomLimits
-
withBounceAtZoomLimits
-
getCrs
-
setCrs
-
withCrs
-
getCenter
-
setCenter
-
withCenter
-
getZoom
-
setZoom
-
withZoom
-
getMinZoom
-
setMinZoom
-
withMinZoom
-
getMaxZoom
-
setMaxZoom
-
withMaxZoom
-
getLayers
-
setLayers
-
withLayers
-
getMaxBounds
-
setMaxBounds
-
withMaxBounds
-
getZoomAnimation
-
setZoomAnimation
-
withZoomAnimation
-
getZoomAnimationThreshold
-
setZoomAnimationThreshold
-
withZoomAnimationThreshold
-
getFadeAnimation
-
setFadeAnimation
-
withFadeAnimation
-
getMarkerZoomAnimation
-
setMarkerZoomAnimation
-
withMarkerZoomAnimation
-
getTransform3DLimit
-
setTransform3DLimit
-
withTransform3DLimit
-