PropertyInfo
public class PropertyInfo
extension PropertyInfo : CMSSearchable
                - 
                  
                  
Declaration
Swift
public init?(propertyId: Int) - 
                  
                  
Declaration
Swift
public let propertyId: Int - 
                  
                  
Declaration
Swift
public func getPropertyId() -> Int 
- 
                  
                  
Declaration
Swift
public func getName() -> String - 
                  
                  
Declaration
Swift
public func getShortName() -> String - 
                  
                  
Declaration
Swift
public var textDescription: String { get } - 
                  
                  
Declaration
Swift
public var descriptionText: String { get } - 
                  
                  
Declaration
Swift
public func getFullAddress() -> String - 
                  
                  
Declaration
Swift
public func getCityName() -> String - 
                  
                  
Declaration
Swift
public func getCityId() -> String - 
                  
                  
Declaration
Swift
public func getPhoneNumber() -> String - 
                  
                  
Declaration
Swift
public func getWebsite() -> String - 
                  
                  
Declaration
Swift
public func getTimeZoneName() -> String? - 
                  
                  
Declaration
Swift
public func getCountryLongName() -> String - 
                  
                  
Declaration
Swift
public func getCountryShortName() -> String 
- 
                  
                  
Declaration
Swift
public func getImageBaseUrl() -> String - 
                  
                  
Declaration
Swift
public func getCoverImages() -> [String] - 
                  
                  
Declaration
Swift
public func getImageUid() -> String 
- 
                  
                  
Declaration
Swift
public func getCentroid() -> MNMercator - 
                  
                  
Declaration
Swift
public func getNorthEastMostPoint() -> MNMercator - 
                  
                  
Declaration
Swift
public func getSouthWestMostPoint() -> MNMercator 
- 
                  
                  
Declaration
Swift
public func getBusinessHours() -> WeeklyBusinessHours? 
- 
                  
                  
Declaration
Swift
public func addToRecents(isSearch: Bool = false) - 
                  
                  
Declaration
Swift
public func inRecents(forSearch: Bool = false) -> Bool 
- 
                  
                  
Declaration
Swift
public func addToFavorites() - 
                  
                  
Declaration
Swift
public func removeFromFavorites() - 
                  
                  
Declaration
Swift
public func getValidationType() -> Int - 
                  
                  
Declaration
Swift
public func getPropertyDataMaxVersion() -> Int - 
                  
                  
Declaration
Swift
public func getBuildingInfos() -> [BuildingInfo] - 
                  
                  
Declaration
Swift
public func getDefaultBuildingId() -> Int - 
                  
                  
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 } - 
                  
                  
Declaration
Swift
public func getMapToReal() -> Double - 
                  
                  
Declaration
Swift
public var toolTipName: String { get } - 
                  
                  
Declaration
Swift
public func getMapTiles() -> MapStyle - 
                  
                  
Declaration
Swift
public func isPointWithinLooseBoundary(mercator: MNMercator) -> Bool - 
                  
                  
Declaration
Swift
public func getRadius() -> Double 
      PropertyInfo Class Reference