All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UrlTileSource

public abstract class TileSource extends Source
Abstract base class for map sources providing tiled map data
See Also:
  • Constructor Details

  • Method Details

    • isOpaque

      public boolean isOpaque()
      Whether the source has an opaque background or not. A non-opaque source has a transparent background, which is useful for overlay layers. Default value is false.

      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:
      whether the source has an opaque background