We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.map.configuration.source.
Class TileImageSource
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
com.vaadin.flow.component.map.configuration.source.TileImageSource
All Implemented Interfaces:
Direct Known Subclasses:
Abstract base class for map sources providing tiled images from a URL
See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
propertyChangeSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe
crossOrigin
attribute for loaded images.Methods inherited from class com.vaadin.flow.component.map.configuration.source.UrlTileSource
getUrl, setUrl
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
-
TileImageSource
-
-
Method Details
-
getCrossOrigin
The
crossOrigin
attribute for loaded images.This value can not be changed after constructing an instance, it can only be set initially by passing an options object to the constructor.
Returns:
the crossOrigin attribute used for loaded images
-