MapOverlayItem
public class MapOverlayItem : Codable
extension MapOverlayItem : CMSSearchable
                - 
                  
                  
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 toolTipName: 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 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 } - 
                  
                  
Declaration
Swift
public func inRecents(forSearch: Bool) -> Bool - 
                  
                  
Declaration
Swift
public var categoryName: String { get } - 
                  
                  
Declaration
Swift
public var categoryUid: 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 var centrePos: NTMapPos? { get } 
      MapOverlayItem Class Reference