Packages

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractDataLoaderDecorator[Id, T] extends DataLoader[Id, T]
    Annotations
    @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  2. abstract class AbstractTileLoaderDecorator[U, T] extends TileLoader[T]

    A decorator utility that delegates all methods except get and getAll to the inner class.

    A decorator utility that delegates all methods except get and getAll to the inner class.

    Annotations
    @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. trait Decoder[T] extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  8. 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.

  9. sealed trait LayerPartitioning extends AnyRef
    Annotations
    @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

  10. 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.

  11. 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

  1. object GenericPartitioning extends LayerPartitioning with Product with Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version SDK 2.54) Use methods based on OptimizedMapLayers instead.

Ungrouped