FloorInfo
public class FloorInfo
-
Declaration
Swift
public init?(buildingId: Int, floorId: Int) -
Declaration
Swift
public func getFloorId() -> Int -
Declaration
Swift
public func getPropertyId() -> Int -
Declaration
Swift
public func getBuildingId() -> Int -
Declaration
Swift
public func getLongName() -> String -
Declaration
Swift
public func getShortName() -> String -
Declaration
Swift
public func getFloorNumber() -> Int
FloorInfo Class Reference