StoreItem

public class StoreItem : Codable
extension StoreItem : Comparable
extension StoreItem : CMSSearchable
  • Declaration

    Swift

    public func inRecents(forSearch: Bool = false) -> Bool
  • Declaration

    Swift

    public static func < (lhs: StoreItem, rhs: StoreItem) -> Bool
  • Declaration

    Swift

    public static func == (lhs: StoreItem, rhs: StoreItem) -> Bool
  • Declaration

    Swift

    public var propertyId: Int { get }
  • Declaration

    Swift

    public var buildingId: Int { get }
  • Declaration

    Swift

    public var displayName: String { get }
  • Declaration

    Swift

    public var categoryName: String { get }
  • Declaration

    Swift

    public var categoryUid: String { get }
  • Declaration

    Swift

    public var image: UIImage? { get }
  • Declaration

    Swift

    public var imageBaseUrlString: String? { get }
  • Declaration

    Swift

    public var imageIdString: String? { get }
  • Declaration

    Swift

    public var buildingName: String { get }
  • Declaration

    Swift

    public var categoryTags: [String] { get }
  • Declaration

    Swift

    public var categoryTagUids: [String] { get }
  • Declaration

    Swift

    public var locations: [MNMercatorZone] { get }
  • Declaration

    Swift

    public var entityZones: [MNEntityZone] { get }
  • Declaration

    Swift

    public var matchWord: (MapstedCoreSearchApi.SearchableItemType, String) { get set }
  • Declaration

    Swift

    public func keywords() -> [String]
  • Declaration

    Swift

    public var entities: [MNSearchEntity] { get }
  • Declaration

    Swift

    public var mapDataType: MNDataType { get set }
  • Declaration

    Swift

    public var isBuilding: Bool { get }
  • Declaration

    Swift

    public var isMultiBuilding: Bool { get }