BuildingStructure
public struct BuildingStructure: Codable, CustomStringConvertible
A single structure being a part of a building complex.
-
The structure’s name.
Declaration
Swift
public let name: String
-
Year the structure was constructed.
Declaration
Swift
public let constructionYear: String
-
Is the structure landmarked?
Declaration
Swift
public let isLandmarked: Bool
-
Identifier
Declaration
Swift
public let id: String
-
Street address
Declaration
Swift
public let address: String
-
Zipcode
Declaration
Swift
public let zipcode: String
-
City
Declaration
Swift
public let city: String
-
The structure’s name.
Declaration
Swift
public var description: String