OuterArea
The outer area defines the outline geometry of all the Spaces that lay within.
Attributes
Attribute | Type | Description |
---|---|---|
gml:id | String | Unique outer area identifier |
Polygon | Polygon | Exterior border (e.g. wall, fence) of the outer area |
names | LocalizedText | Display name of the outer area (e.g. "Terminal 1", "Concourse G" or "Mezzanine") |
Accessorrefs | Array | Array of AccessorRef objects |
mediaRefs | Array | Array of MediaRef objects |
Spaces | Array | Array of Spaces that reduce the walkable area in this outer area |
Routinggraph | routingGraph | Provides necessary information for indoor routing |
bb | BoundingBox | The geographical area which encompasses this outer area |
Accessordistances | Accessor Distances | The estimated walking distance from any main external accessor to this destination |
Synonym | LocalizedText | Display String value of Floor name on which outer area is located |
Centroid | centroid | The center point of the outer area polygon. |
Example
{
"polygon": [
[
52.5192295,
13.4150908
],
[
52.5191971,
13.4151249
],
[
52.5191406,
13.4151796
],
...
],
"spaces": [
{
"polygon": [
[
52.5183037,
13.4163949
],
[
52.518283,
13.4163555
],
...
],
"accessorRefs": [
{
"direction": "ENTER-EXIT",
"gml:id": "acc15000_1055783"
}
],
"gml:id": "Lv15000Ds_1202277",
"isClosed": false
},
{
"content": {
"category": {
"id": "shop",
"nt": "9536"
},
"placeId": "",
"names": {
"GER": "Mr. Bubble"
},
"addresses": {
"ENG": {
"postalCode": "10179",
"countryCode": "USA",
"district": "DE",
"city": "Berlin"
}
}
},
"polygon": [
[
52.5183109,
13.4165888
],
[
52.5183612,
13.4165402
],
...
],
"accessorRefs": [
{
"direction": "ENTER-EXIT",
"gml:id": "acc15000_1055781"
},
{
"direction": "ENTER-EXIT",
"gml:id": "acc15000_1055788"
}
],
"gml:id": "Lv15000Ds_1200407",
"spaceId": "Mr. Bubble_Lv15000Ds_1200407",
"isClosed": false
},
...
],
"names": {
"GER": "Level -1"
},
"gml:id": "Lv15000Ds_1200412_d"
}