Class HereMapContentLayer<T>
java.lang.Object
com.here.platform.location.integration.heremapcontent.HereMapContentLayer<T>
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 Summary
ConstructorsConstructorDescriptionHereMapContentLayer
(String layerName, scala.Function1<byte[], T> decode) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.partitionResolver
(Catalog optimizedMap, DataLoaderProvider cacheManager) Deprecated.Returns aPartitionResolver
for this layer.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.
-
Constructor Details
-
HereMapContentLayer
Deprecated.
-
-
Method Details
-
layerName
Deprecated. -
partitionResolver
Deprecated.Returns aPartitionResolver
for this layer.- Parameters:
optimizedMap
- Optimized Map for Location Library catalog that contains the data needed for on the-fly-compilation
-
tileLoader
Deprecated.Overload that does not create an InMemory cache to avoid excessive caching of temporary Here Map Content ProtoBuf objects.
-