Brand
public struct Brand : Hashable
Defines a POI brand.
-
Creates a new
Brand
instance.Declaration
Swift
public init(name: String)
Parameters
name
Brand name.
-
Brand name.
Declaration
Swift
public let name: String