public struct PlaceChain : Hashable

Parameters related to HERE Places chain system.

  • Identifier number for an associated chain. For example, the chain ID “8778” corresponds to the chain name “ABC Shop”. The complete list of supported chain IDs can be found here.

    Declaration

    Swift

    public var id: String
  • Creates a new instance.

    Declaration

    Swift

    public init(id: String)