Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.58 KB

File metadata and controls

51 lines (41 loc) · 1.58 KB
title footprintMap resource type
description Represents a footprint.geojson file in IMDF format that defines the approximate physical extent of a referenced building.
author tiwarisakshi02
ms.date 11/11/2025
ms.localizationpriority medium
ms.subservice outlook
doc_type resourcePageType

footprintMap resource type

Namespace: microsoft.graph

Represents a footprint.geojson file in IMDF format that defines the approximate physical extent of a referenced building.

Inherits from baseMapFeature.

Methods

Method Return type Description
List footprintMap collection Get a list of footprintMap objects for building footprints and their properties.

Properties

Property Type Description
id String Unique identifier for the footprintMap object. Inherited from baseMapFeature.
properties String Concatenated key-value pair of all properties of a GeoJSON file for this footprintMap. Inherited from baseMapFeature.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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