Class Layer<T>
java.lang.Object
com.here.platform.location.integration.Layer<T>
Deprecated.
Use LayerConfiguration class instead. Since SDK 2.54.
Allows creating
TileLoader
s for a catalog layer.
param: decode decodes the in-memory representation for a tile of this layer from a byte array
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Function1<byte[],
T> decode()
Deprecated.Deprecated.tileLoader
(Catalog catalog, DataLoaderProvider cacheManager) Deprecated.Use methods based on OptimizedMapLayers instead.
-
Constructor Details
-
Layer
Deprecated.
-
-
Method Details
-
decode
Deprecated. -
layerName
Deprecated. -
tileLoader
Deprecated.Use methods based on OptimizedMapLayers instead. Since SDK 2.54.Returns a cachingTileLoader
for the in-memory tiles of this layer.
-