Edit

Share via


buildingMap resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a map file associated with a building in Places. This object is the IMDF-format representation of building.geojson.

Inherits from baseMapFeature.

Methods

Method Return type Description
Get buildingMap Get the map of a building in IMDF format.
Delete None Delete the map of a specific building.
List footprints footprintMap collection Get a list of footprintMap objects for building footprints and their properties.
List levels levelMap collection Get a list of the levelMap objects and their properties.

Properties

Property Type Description
id String Unique identifier for the buildingMapFeature object. Inherited from baseMapFeature.
placeId String Identifier for the building to which this buildingMap belongs.
properties String Concatenated key-value pair of all properties of a GeoJSON file for this buildingMap. Inherited from baseMapFeature.

Relationships

Relationship Type Description
footprints footprintMap collection Represents the approximate physical extent of a referenced building. It corresponds to footprint.geojson in IMDF format.
levels levelMap collection Represents a physical floor structure within a building. It corresponds to level.geojson in IMDF format.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.buildingMap",
  "id": "String (identifier)",
  "placeId": "String",
  "properties": "String"
}