Edit

Share via


unitMap 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 unit.geojson file in IMDF format that defines units (such as rooms or offices) on a floor of a building.

Inherits from baseMapFeature.

Methods

Method Return type Description
List unitMap collection Get a list of the unitMap objects and their properties.
Update unitMap Update the properties of an existing unitMap object in IMDF format on a specified floor, or create one if it doesn't exist.
Delete None Delete a unitMap object.

Properties

Property Type Description
id String Unique identifier for the unitMap object. Inherited from baseMapFeature.
placeId String Identifier of the place (such as a room) to which this unitMap belongs.
properties String Concatenated key-value pair of all properties of a GeoJSON file for this unitMap. Inherited from baseMapFeature.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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