Class UrlTileSource
java.lang.Object
com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
com.vaadin.flow.component.map.configuration.source.Source
com.vaadin.flow.component.map.configuration.source.TileSource
com.vaadin.flow.component.map.configuration.source.UrlTileSource
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TileImageSource
Abstract base class for map sources providing tiled map data from a URL
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
propertyChangeSupport
-
Constructor Summary
-
Method Summary
Methods inherited from class com.vaadin.flow.component.map.configuration.source.TileSource
isOpaque
Methods inherited from class com.vaadin.flow.component.map.configuration.source.Source
getAttributions, getProjection, isAttributionsCollapsible, setAttributions
Methods inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
addChild, addNullableChild, addPropertyChangeListener, collectChanges, deepMarkAsDirty, getId, getType, markAsDirty, notifyChange, notifyChange, removeChild, removePropertyChangeListener, setId, update
-
Constructor Details
-
UrlTileSource
-
-
Method Details
-
getUrl
- Returns:
- the URL to load tile data from
-
setUrl
Sets the URL from which to load tile data.- Parameters:
url
- the new URL
-