WebsiteAddress
public struct WebsiteAddress : Hashable
Represents data related to specific website address
-
The website address.
Declaration
Swift
public var address: String -
Categories associated with website address. Note: In case
WebsiteAddress.categoriesare not empty, thenWebsiteAddress.addressshould be used according to given categories. Otherwise,WebsiteAddress.addressis meant for general use.Declaration
Swift
public var categories: [PlaceCategory] -
Creates a new instance.
Declaration
Swift
public init(address: String, categories: [PlaceCategory])