Uses of Class
software.xdev.vaadin.maps.leaflet.map.LMap
Packages that use LMap
Package
Description
-
Uses of LMap in software.xdev.vaadin.maps.leaflet
Methods in software.xdev.vaadin.maps.leaflet that return LMapConstructor parameters in software.xdev.vaadin.maps.leaflet with type arguments of type LMapModifierConstructorDescriptionMapContainer(LComponentManagementRegistry reg, Consumer<LMap> afterInitialResize) MapContainer(LComponentManagementRegistry reg, LMapOptions options, Consumer<LMap> afterInitialResize) -
Uses of LMap in software.xdev.vaadin.maps.leaflet.controls
Methods in software.xdev.vaadin.maps.leaflet.controls with parameters of type LMap -
Uses of LMap in software.xdev.vaadin.maps.leaflet.layer
Methods in software.xdev.vaadin.maps.leaflet.layer with parameters of type LMap -
Uses of LMap in software.xdev.vaadin.maps.leaflet.layer.ui
Methods in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LMap -
Uses of LMap in software.xdev.vaadin.maps.leaflet.map
Methods in software.xdev.vaadin.maps.leaflet.map that return LMapModifier and TypeMethodDescriptionLMap.addControl(LControl<?> control) LMap.closePopup()LMap.closePopup(LPopup popup) LMap.closeTooltip()LMap.closeTooltip(LTooltip tooltip) LMap.fitBounds(LLatLngBounds bounds) LMap.fitBounds(LLatLngBounds bounds, LMapFitBoundOptions options) LMap.fitWorld()LMap.fitWorld(LMapFitBoundOptions options) LMap.flyTo(LLatLng latLng, Number zoom, LMapZoomPanOptions options) LMap.flyToBounds(LLatLngBounds bounds) LMap.flyToBounds(LLatLngBounds bounds, LMapZoomPanOptions options) LMap.invalidateSize(boolean animate) LMap.invalidateSize(LMapZoomPanOptions options) LMap.locate()LMap.locate(LMapLocateOptions options) LMap.openTooltip(LTooltip tooltip) LMap.panBy(LPoint offset, LMapPanOptions options) LMap.panInside(LLatLng latLng, LMapPanOptions options) LMap.panInsideBounds(LLatLngBounds bounds) LMap.panInsideBounds(LLatLngBounds bounds, LMapPanOptions options) LMap.panTo(LLatLng latLng, LMapPanOptions options) LMap.remove()LMap.removeControl(LControl<?> control) LMap.removeLayer(LLayer<?> layer) LMap.setMaxBounds(LLatLngBounds bounds) LMap.setMaxZoom(int zoom) LMap.setMinZoom(int zoom) LMap.setView(LLatLng center, int zoom, LMapZoomPanOptions options) LMap.setZoomAround(LLatLng latLng, int zoom) LMap.setZoomAround(LLatLng latLng, int zoom, LMapZoomOptions options) LMap.setZoomAround(LPoint point, int zoom) LMap.setZoomAround(LPoint point, int zoom, LMapZoomOptions options) LMap.stop()LMap.stopLocate()LMap.zoomIn()LMap.zoomIn(Number delta, LMapZoomOptions options) LMap.zoomOut()LMap.zoomOut(Number delta, LMapZoomOptions options)