Class Layer<T>

java.lang.Object
com.here.platform.location.integration.Layer<T>

public class Layer<T> extends Object
Deprecated.
Use LayerConfiguration class instead. Since SDK 2.54.
Allows creating TileLoaders for a catalog layer.

param: decode decodes the in-memory representation for a tile of this layer from a byte array

  • Constructor Details

    • Layer

      public Layer(String layerName, scala.Function1<byte[],T> decode)
      Deprecated.
  • Method Details

    • decode

      public scala.Function1<byte[],T> decode()
      Deprecated.
    • layerName

      public String layerName()
      Deprecated.
    • tileLoader

      public TileLoader<T> tileLoader(Catalog catalog, DataLoaderProvider cacheManager)
      Deprecated.
      Use methods based on OptimizedMapLayers instead. Since SDK 2.54.
      Returns a caching TileLoader for the in-memory tiles of this layer.