getDefault static method

CatalogConfiguration getDefault(
  1. CatalogType catalogType
)

Gets the default catalog configuration for the specified catalog type.

It uses the catalog version that was the latest at the time when the HERE SDK was built.

  • catalogType Catalog type

Returns CatalogConfiguration. Instance of CatalogConfiguration.

Implementation

static CatalogConfiguration getDefault(CatalogType catalogType) => $prototype.getDefault(catalogType);