Class InstalledCatalog

java.lang.Object
com.here.sdk.maploader.InstalledCatalog

public final class InstalledCatalog extends Object

Represents installed catalog.

  • Field Details

    • catalogIdentifier

      @NonNull public CatalogIdentifier catalogIdentifier

      Provides information regarding catalog hrn and current version.

  • Constructor Details

    • InstalledCatalog

      public InstalledCatalog(@NonNull String hrn, long version)

      Creates a new instance.

      Parameters:
      hrn -

      A HERE Resource Name (HRN) for this catalog. See CatalogIdentifier for more info.

      version -

      A version number for a catalog. See CatalogIdentifier for more info.

  • Method Details