CatalogType enum

Represents default HERE catalog types.

Values

optimizedClientMap → const CatalogType

Catalog type for the so-called "rest of the world" (ROW). It covers the whole world, but may contain only a base map with fewer details for regions such as Japan.

optimizedClientMapJapan → const CatalogType

Catalog type for Japan. Has to be used in combination with CatalogType.optimizedClientMap.

Note: This catalog type is only available on request. Please contact your HERE representative for more details. In order to load this map you need to enable your credentials with the help of the HERE team.

Properties

hashCode → int
The hash code for this object.
no setterinherited
index → int
A numeric identifier for the enumerated value.
no setterinherited
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.
inherited

Constants

values → const List<CatalogType>
A constant List of the values in this enum, in order of their declaration.