Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 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"
}