DesiredCatalog class

This class provides an interface to the user, to identify a catalog on the HERE platform, whose data he wants to access.

The user can specify the HERE Resource Name (HRN) for the catalog along with a hint for the desired version. If the desired version is not available, the HERE platform will determine the best version to use for a specific catalog or result in error logs. For information on how to specify the catalog version, see CatalogVersionHint. For information about catalogs and related concepts see CatalogIdentifier.

Constructors

DesiredCatalog(String hrn, CatalogVersionHint version)
Creates a new instance.
factory

Properties

hashCode → int
The hash code for this object.
no setter
id CatalogIdentifier
The identifier for the catalog to be accessed on the HERE platform. See CatalogIdentifier.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.