getAllBuildingsByProperty
open fun getAllBuildingsByProperty(@NonNull metadataRepository: MetadataRepository, @NonNull propertyInfo: PropertyInfo): ArrayList<BuildingInfo>
Return a list of BuildingInfo for a property ID
BuildingInfo contains all information of a building such as the building's id, the name of the building, X and Y coordinates etc.
Return
Listof building info for the specified property. See
Parameters
propertyInfo
Property object