Class BitmapTileLayer

java.lang.Object
org.oscim.layers.Layer
org.oscim.layers.tile.TileLayer
org.oscim.layers.tile.bitmap.BitmapTileLayer
All Implemented Interfaces:
EventListener, Map.UpdateListener

public class BitmapTileLayer extends TileLayer
  • Field Details

    • log

      protected static final org.slf4j.Logger log
  • Constructor Details

    • BitmapTileLayer

      public BitmapTileLayer(Map map, TileSource tileSource)
    • BitmapTileLayer

      public BitmapTileLayer(Map map, TileSource tileSource, float bitmapAlpha)
    • BitmapTileLayer

      public BitmapTileLayer(Map map, TileSource tileSource, int cacheLimit)
    • BitmapTileLayer

      public BitmapTileLayer(Map map, TileSource tileSource, int cacheLimit, float bitmapAlpha)
  • Method Details