getDefault static method
- 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.
catalogTypeCatalog type
Returns CatalogConfiguration. Instance of CatalogConfiguration.
Implementation
static CatalogConfiguration getDefault(CatalogType catalogType) => $prototype.getDefault(catalogType);