Class HereMapContentLayer<T>

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

public class HereMapContentLayer<T> extends Object
Deprecated.
Use plain HMC. Since SDK 2.54.
Augments Layer with a predefined PartitionResolver for on-the-fly compilation of HERE Map Content attributes.
  • Constructor Details

    • HereMapContentLayer

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

    • layerName

      public String layerName()
      Deprecated.
    • partitionResolver

      public PartitionResolver partitionResolver(Catalog optimizedMap, DataLoaderProvider cacheManager)
      Deprecated.
      Returns a PartitionResolver for this layer.

      Parameters:
      optimizedMap - Optimized Map for Location Library catalog that contains the data needed for on the-fly-compilation
    • tileLoader

      public TileLoader<T> tileLoader(Catalog catalog, CacheManager cacheManager)
      Deprecated.
      Overload that does not create an InMemory cache to avoid excessive caching of temporary Here Map Content ProtoBuf objects.