Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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"
}