package core
- Alphabetic
- Public
- Protected
Deprecated Type Members
- abstract class AbstractDataLoaderDecorator[Id, T] extends DataLoader[Id, T]
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- abstract class AbstractTileLoaderDecorator[U, T] extends TileLoader[T]
A decorator utility that delegates all methods except
getandgetAllto theinnerclass.A decorator utility that delegates all methods except
getandgetAllto theinnerclass.- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- trait Catalog extends AnyRef
A minimal interface around the Data Catalog.
A minimal interface around the Data Catalog.
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- trait CatalogFactory extends AnyRef
An abstract factory that creates Catalogs for loading data tiles.
An abstract factory that creates Catalogs for loading data tiles.
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- trait DataLoader[Id, +T] extends AnyRef
An abstract loader type.
An abstract loader type.
- Id
Key type used to load data with this loader.
- T
The type of data loaded.
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- trait DataLoaderProvider extends Serializable
See com.here.platform.location.dataloader.core.caching.CacheManager
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- trait Decoder[T] extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- case class HereTilePartitioning(hereTileLevel: HereTileLevel) extends LayerPartitioning with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- sealed trait LayerPartitioning extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- trait TileLoader[+T] extends DataLoader[TileId, T]
Loads tile data.
Loads tile data.
- T
The tile data type
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
- class TransformingTileLoader[S, T] extends AbstractTileLoaderDecorator[S, T]
Transforms the output of the source tile loader by applying a mapping function to it.
Transforms the output of the source tile loader by applying a mapping function to it.
- S
The input type of the mapping function
- T
The output type of the mapping function
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.
Deprecated Value Members
- case object GenericPartitioning extends LayerPartitioning with Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.