BuildingInformation (Class)

Namespace: Wrld.Resources.Buildings

Information about a building on the map, obtained by creating a BuildingHighlight request.

Fields

Name Type Description
BuildingId String 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.
BuildingDimensions BuildingDimensions Summary information about the dimensions of the building.
BuildingContours ReadOnlyCollection<​BuildingContour​> A collection of BuildingContour objects, representing the geometry of the building.
v0.8.17