Class LTileLayer
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LTileLayer>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LTileLayer>
software.xdev.vaadin.maps.leaflet.layer.LLayer<LTileLayer>
software.xdev.vaadin.maps.leaflet.layer.LGridLayer<LTileLayer>
software.xdev.vaadin.maps.leaflet.layer.raster.LAbstractTileLayer<LTileLayer>
software.xdev.vaadin.maps.leaflet.layer.raster.LTileLayer
- All Implemented Interfaces:
LHasBringTo<LTileLayer>,LHasOpacity<LTileLayer>,LHasRedraw<LTileLayer>,LHasSetZIndex<LTileLayer>,LComponent<LTileLayer>,LEvented<LTileLayer>
Represents a tile layer.
Important
- Before using tile servers check their usage policies
- If the server is funded by donations consider donating
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLTileLayer(LComponentManagementRegistry compReg, String urlTemplate) LTileLayer(LComponentManagementRegistry compReg, String urlTemplate, int maxZoom, String attribution) LTileLayer(LComponentManagementRegistry compReg, String urlTemplate, LTileLayerOptions options) -
Method Summary
Modifier and TypeMethodDescriptionstatic LTileLayerUse OpenStreetMap's tile server
Important: By using this you accept the Usage PolicyMethods inherited from class software.xdev.vaadin.maps.leaflet.layer.LLayer
addTo, addTo, addTo, bindPopup, bindPopup, bindPopup, bindTooltip, bindTooltip, bindTooltip, closePopup, closeTooltip, openPopup, openPopup, openTooltip, openTooltip, remove, removeFrom, removeFrom, removeFrom, togglePopup, toggleTooltip, unbindPopup, unbindTooltipMethods 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, selfMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.LEvented
addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParentMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasBringTo
bringToBack, bringToFrontMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasOpacity
setOpacityMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasRedraw
redrawMethods inherited from interface software.xdev.vaadin.maps.leaflet.base.has.LHasSetZIndex
setZIndex
-
Constructor Details
-
LTileLayer
-
LTileLayer
public LTileLayer(LComponentManagementRegistry compReg, String urlTemplate, LTileLayerOptions options) -
LTileLayer
public LTileLayer(LComponentManagementRegistry compReg, String urlTemplate, int maxZoom, String attribution)
-
-
Method Details
-
createDefaultForOpenStreetMapTileServer
public static LTileLayer createDefaultForOpenStreetMapTileServer(LComponentManagementRegistry compReg) Use OpenStreetMap's tile server
Important: By using this you accept the Usage Policy
-