CatalogType

public enum CatalogType : UInt32, CaseIterable, Codable

Represents default HERE catalog types.

  • 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.

    Declaration

    Swift

    case optimizedClientMap
  • 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.

    Declaration

    Swift

    case optimizedClientMapJapan