Brand

public struct Brand : Hashable

Defines a POI brand.

Important

This is a Public Preview API. It may be changed or removed at any time.

Lifecycle

  • Brand init method.

    Declaration

    Swift

    public init(name: String)

    Parameters

    name

    Brand name.

Public

  • Brand name.

    Declaration

    Swift

    public let name: String