You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/drawing-requirements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ The `unitProperties` object contains a JSON array of unit properties.
261
261
| Property | Type | Required | Description |
262
262
|-----------|------|----------|-------------|
263
263
|`unitName`|string|true|Name of unit to associate with this `unitProperty` record. This record is only valid when a label matching `unitName` is found in the `unitLabel` layers. |
264
-
|`categoryName`|string|false|Purpose of the unit. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.1/categories.json).|
264
+
|`categoryName`|string|false|Purpose of the unit. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
265
265
|`occupants`|array of directoryInfo objects |false |List of occupants for the unit. |
266
266
|`nameAlt`|string|false|Alternate name of the unit. |
267
267
|`nameSubtitle`|string|false|Subtitle of the unit. |
@@ -279,7 +279,7 @@ The `zoneProperties` object contains a JSON array of zone properties.
279
279
| Property | Type | Required | Description |
280
280
|-----------|------|----------|-------------|
281
281
|zoneName |string |true |Name of zone to associate with `zoneProperty` record. This record is only valid when a label matching `zoneName` is found in the `zoneLabel` layer of the zone. |
282
-
|categoryName| string| false |Purpose of the zone. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.1/categories.json).|
282
+
|categoryName| string| false |Purpose of the zone. A list of values that the provided rendering styles can make use of is available [here](https://atlas.microsoft.com/sdk/javascript/indoor/0.2/categories.json).|
283
283
|zoneNameAlt| string| false |Alternate name of the zone. |
284
284
|zoneNameSubtitle| string | false |Subtitle of the zone. |
285
285
|zoneSetId| string | false | Set ID to establish a relationship among multiple zones so that they can be queried or selected as a group. For example, zones that span multiple levels. |
0 commit comments