Category
public struct Category : Codable, Equatable
Struct representing Place Category related values.
-
Value representing the entity id.
Declaration
Swift
public var id: Int
-
Name of the place category.
Declaration
Swift
public var name: String
-
Label of the place category.
Declaration
Swift
public var label: String
-
Thumbnail Image Url of the place category.
Declaration
Swift
public var thumbImageUrl: String
-
Image Url of the place category.
Declaration
Swift
public var imageUrl: String
-
Description of the place category.
Declaration
Swift
public var description: String
-
Undocumented
Declaration
Swift
public init(id: Int, name: String, label: String, thumbImageUrl: String, imageUrl: String, description: String)