com.vaadin.flow.component.map.configuration.source.

All Implemented Interfaces:

Serializable

Direct Known Subclasses:

TileImageSource

public abstract class UrlTileSource extends TileSource

Abstract base class for map sources providing tiled map data from a URL

See Also:

  • Constructor Details

  • Method Details

    • getUrl

      public String getUrl()

      Returns:

      the URL to load tile data from

    • setUrl

      public void setUrl(String url)

      Sets the URL from which to load tile data.

      Parameters:

      url - the new URL