BuildingInfo
public class BuildingInfo
-
Declaration
Swift
public init?(buildingId: Int)
-
Declaration
Swift
public init?(propertyId: Int, buildingId: Int)
-
Declaration
Swift
public func getPropertyId() -> Int
-
Declaration
Swift
public func getBuildingId() -> Int
-
Declaration
Swift
public func getEntityId() -> Int
-
Declaration
Swift
public func getDefaultFloorId() -> Int
-
Declaration
Swift
public func getName() -> String
-
Declaration
Swift
public func getEnglishName() -> String?
-
Declaration
Swift
public func getLongName() -> String?
-
Declaration
Swift
public func getShortName() -> String?
-
Declaration
Swift
public func getKeywords() -> [String]
-
Declaration
Swift
public func getImageBaseUrl() -> String?
-
Declaration
Swift
public func getCoverImages() -> [String]?
-
Declaration
Swift
public func getImageId() -> String?
-
Declaration
Swift
public var descriptionText: String? { get }
-
Declaration
Swift
public func getPhoneNumber() -> String?
-
Declaration
Swift
public func getWebsite() -> String?
-
Declaration
Swift
public func getTimeHint() -> DailyBusinessHours?
-
Declaration
Swift
public func getCentroid() -> MNMercator
-
Declaration
Swift
public func getFloor(floorId: Int) -> FloorInfo?
-
Declaration
Swift
public func getFloorInfos() -> [Int : FloorInfo]
-
Declaration
Swift
public func getFloorIds() -> [Int]
-
Declaration
Swift
public func getBuildingDataMaxVersion() -> Int
-
Declaration
Swift
public func getValidationType() -> Int
-
Declaration
Swift
public var textDescription: String { get }
-
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 var isFavorite: Bool { get set }