specific static method
- int version
This static method is used when you are interested in a specific version of a catalog, that you want to specify manually.
To ensure proper functioning of this API, it is essential to clean the mutable and persistent storage.
versionAn integer value indicating the version of catalog desired. If the desired version does not exist, the HERE platform will make the best effort to provide an appropriate version or result in error logs about invalid version.
Returns CatalogVersionHint. Instance of CatalogVersionHint with specified version.
Implementation
static CatalogVersionHint specific(int version) => $prototype.specific(version);