WRLDBuildingInformation Class Reference

Information about a building on the map, obtained by adding a WRLDBuildingHighlight object and to the map.

@property buildingId

@property (nonatomic, readonly, copy) NSString *buildingId

A unique identifier for the building. The BuildingId for a building on the map is not necessarily maintained between versions of the map or Api.

@property buildingDimensions

@property (nonatomic, readonly, copy) WRLDBuildingDimensions *buildingDimensions

Summary information about the dimensions of the building.

@property contours

@property (nonatomic, readonly, copy) NSArray<WRLDBuildingContour*> *contours

An array of WRLDBuildingContour objects, representing the geometry of the building.

v0.0.1600