Uses of Class
software.xdev.vaadin.maps.leaflet.map.LMapOptions
Packages that use LMapOptions
-
Uses of LMapOptions in software.xdev.vaadin.maps.leaflet
Constructors in software.xdev.vaadin.maps.leaflet with parameters of type LMapOptionsModifierConstructorDescriptionMapContainer(LComponentManagementRegistry reg, LMapOptions options) MapContainer(LComponentManagementRegistry reg, LMapOptions options, Consumer<LMap> afterInitialResize) -
Uses of LMapOptions in software.xdev.vaadin.maps.leaflet.map
Methods in software.xdev.vaadin.maps.leaflet.map that return LMapOptionsModifier and TypeMethodDescriptionLMapOptions.withAttributionControl(Boolean attributionControl) LMapOptions.withBounceAtZoomLimits(Boolean bounceAtZoomLimits) LMapOptions.withBoxZoom(Boolean boxZoom) LMapOptions.withCenter(LLatLng center) LMapOptions.withClosePopupOnClick(Boolean closePopupOnClick) LMapOptions.withDragging(Boolean dragging) LMapOptions.withEaseLinearity(Number easeLinearity) LMapOptions.withFadeAnimation(Boolean fadeAnimation) LMapOptions.withInertia(Boolean inertia) LMapOptions.withInertiaDeceleration(Number inertiaDeceleration) LMapOptions.withInertiaMaxSpeed(Number inertiaMaxSpeed) LMapOptions.withKeyboard(Boolean keyboard) LMapOptions.withKeyboardPanDelta(Number keyboardPanDelta) LMapOptions.withLayers(LLayer<?>[] layers) LMapOptions.withMarkerZoomAnimation(Boolean markerZoomAnimation) LMapOptions.withMaxBounds(LLatLngBounds maxBounds) LMapOptions.withMaxBoundsViscosity(Number maxBoundsViscosity) LMapOptions.withMaxZoom(Number maxZoom) LMapOptions.withMinZoom(Number minZoom) LMapOptions.withNumberClickZoom(Object doubleClickZoom) LMapOptions.withPreferCanvas(Boolean preferCanvas) LMapOptions.withScrollWheelZoom(Object scrollWheelZoom) LMapOptions.withTapHold(Boolean tapHold) LMapOptions.withTapTolerance(Number tapTolerance) LMapOptions.withTouchZoom(Object touchZoom) LMapOptions.withTrackResize(Boolean trackResize) LMapOptions.withTransform3DLimit(Number transform3DLimit) LMapOptions.withWheelDebounceTime(Number wheelDebounceTime) LMapOptions.withWheelPxPerZoomLevel(Number wheelPxPerZoomLevel) LMapOptions.withWorldCopyJump(Boolean worldCopyJump) LMapOptions.withZoomAnimation(Boolean zoomAnimation) LMapOptions.withZoomAnimationThreshold(Number zoomAnimationThreshold) LMapOptions.withZoomControl(Boolean zoomControl) LMapOptions.withZoomDelta(Number zoomDelta) LMapOptions.withZoomSnap(Number zoomSnap) Constructors in software.xdev.vaadin.maps.leaflet.map with parameters of type LMapOptionsModifierConstructorDescriptionLMap(LComponentManagementRegistry compReg, com.vaadin.flow.component.html.Div bindDiv, LMapOptions options) LMap(LComponentManagementRegistry compReg, String id, LMapOptions options)