Class LMap
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LMap>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LMap>
software.xdev.vaadin.maps.leaflet.map.LMap
- All Implemented Interfaces:
LComponent<LMap>,LEvented<LMap>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLMap(LComponentManagementRegistry compReg, com.vaadin.flow.component.html.Div bindDiv) LMap(LComponentManagementRegistry compReg, com.vaadin.flow.component.html.Div bindDiv, LMapOptions options) LMap(LComponentManagementRegistry compReg, String id) LMap(LComponentManagementRegistry compReg, String id, LMapOptions options) -
Method Summary
Modifier and TypeMethodDescriptionaddControl(LControl<?> control) closePopup(LPopup popup) closeTooltip(LTooltip tooltip) fitBounds(LLatLngBounds bounds) fitBounds(LLatLngBounds bounds, LMapFitBoundOptions options) fitWorld()fitWorld(LMapFitBoundOptions options) voidfixInvalidSizeAfterCreation(String callback) static voidfixZIndex(com.vaadin.flow.component.html.Div div) This fixes situations where the leafletmap overlays components like DialogsflyTo(LLatLng latLng, Number zoom, LMapZoomPanOptions options) flyToBounds(LLatLngBounds bounds) flyToBounds(LLatLngBounds bounds, LMapZoomPanOptions options) invalidateSize(boolean animate) invalidateSize(LMapZoomPanOptions options) locate()locate(LMapLocateOptions options) openTooltip(LTooltip tooltip) panBy(LPoint offset, LMapPanOptions options) panInside(LLatLng latLng, LMapPanOptions options) panInsideBounds(LLatLngBounds bounds) panInsideBounds(LLatLngBounds bounds, LMapPanOptions options) panTo(LLatLng latLng, LMapPanOptions options) remove()removeControl(LControl<?> control) removeLayer(LLayer<?> layer) setMaxBounds(LLatLngBounds bounds) setMaxZoom(int zoom) setMinZoom(int zoom) setView(LLatLng center, int zoom, LMapZoomPanOptions options) setZoomAround(LLatLng latLng, int zoom) setZoomAround(LLatLng latLng, int zoom, LMapZoomOptions options) setZoomAround(LPoint point, int zoom) setZoomAround(LPoint point, int zoom, LMapZoomOptions options) stop()zoomIn()zoomIn(Number delta, LMapZoomOptions options) zoomOut()zoomOut(Number delta, LMapZoomOptions options) Methods inherited from class software.xdev.vaadin.maps.leaflet.base.LBaseComponent
clientComponentJsAccessorMethods inherited from class software.xdev.vaadin.maps.leaflet.base.LAbstractComponent
componentRegistryMethods 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.LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, self
-
Constructor Details
-
LMap
-
LMap
-
LMap
-
LMap
public LMap(LComponentManagementRegistry compReg, com.vaadin.flow.component.html.Div bindDiv, LMapOptions options)
-
-
Method Details
-
fixZIndex
public static void fixZIndex(com.vaadin.flow.component.html.Div div) This fixes situations where the leafletmap overlays components like Dialogs -
fixInvalidSizeAfterCreation
-
addControl
- See Also:
-
removeControl
- See Also:
-
addLayer
- See Also:
-
removeLayer
- See Also:
-
openPopup
- See Also:
-
closePopup
- See Also:
-
closePopup
- See Also:
-
openTooltip
- See Also:
-
closeTooltip
- See Also:
-
closeTooltip
- See Also:
-
setView
- See Also:
-
setView
- See Also:
-
zoomIn
- See Also:
-
zoomIn
- See Also:
-
zoomIn
- See Also:
-
zoomOut
- See Also:
-
zoomOut
- See Also:
-
zoomOut
- See Also:
-
setZoomAround
- See Also:
-
setZoomAround
- See Also:
-
setZoomAround
- See Also:
-
setZoomAround
- See Also:
-
fitBounds
- See Also:
-
fitBounds
- See Also:
-
fitWorld
- See Also:
-
fitWorld
- See Also:
-
panTo
- See Also:
-
panTo
- See Also:
-
panBy
- See Also:
-
panBy
- See Also:
-
flyTo
- See Also:
-
flyTo
- See Also:
-
flyTo
- See Also:
-
flyToBounds
- See Also:
-
flyToBounds
- See Also:
-
setMaxBounds
- See Also:
-
setMinZoom
- See Also:
-
setMaxZoom
- See Also:
-
panInsideBounds
- See Also:
-
panInsideBounds
- See Also:
-
panInside
- See Also:
-
panInside
- See Also:
-
invalidateSize
- See Also:
-
invalidateSize
- See Also:
-
stop
- See Also:
-
locate
- See Also:
-
locate
- See Also:
-
stopLocate
- See Also:
-
remove
- See Also:
-