Space
A spatial area of an outer area, like a store or facility (restroom). Can have subspaces, which should be considered as the next level of detail.
Attributes
Attribute | Type | Description |
---|---|---|
gml:id | String | Unique space identifier |
isClosed | Boolean | Flag marking unoccupiable spaces, which may not have any content, occupant or POI. |
Content | Content | Additional information regarding the space |
Polygon | Polygon | Exterior border (e.g. wall, fence) of the space |
Accessorrefs | Array | An array of AccessorRef objects |
Routinggraph | routingGraph | Provides necessary information for indoor routing |
mediaRefs | Array | Array of MediaRef objects |
spaceId | String | String Concatination of displayname_gml:id of the space |
bb | Bounding Box | The geographical area which encompasses the space |
Centroid | centroid | The center point of the space |
Accessordistances | accessorDistances | The estimated walking distance from any main external accessor to this destination |
Example
{
"content" : {
"category" : {
"id" : "clothing-accessories-shop",
"nt" : "9537"
},
"searchTags" : ["women's clothing", "accessories", "men's clothing", "children's clothing", "clothing store", "jewelry", "leather bags", "fashion shop", "women's clothes"],
"phoneNumber" : "+49 (30) 8744660",
"website" : "http://www.veromoda.com/",
"placeId" : "",
"names" : {
"GER" : "Vero Moda/Jack & Jones"
},
"addresses" : {
"GER" : {
"postalCode" : "10179",
"city" : "Berlin"
}
},
"contentId" : "814935"
},
"polygon" : [[52.51868743730865, 13.417077180351864], [52.51876581665023, 13.417005017635617], [52.518794889306754, 13.417097459830746], [52.51885480325248, 13.417043249909998], [52.51874860059745, 13.416723432706913], [52.518674043064955, 13.416759169444857], [52.51860015265535, 13.416816934950862]],
"accessorRefs" : [{
"direction" : "ENTER-EXIT",
"gml:id" : "acc15001_1062112"
}
],
"gml:id" : "Lv15001Ds_1200421",
"spaceId" : "Vero Moda/Jack & Jones_Lv15001Ds_1200421",
"routingGraph" : {
"nodes" : [{
"point" : [52.51864820115725, 13.416941503121087],
"name" : "P2479615_acc15001_2185779",
"accessorRef" : "acc15001_2185779"
}, ....
],
"links" : [{
"link" : ["P1200421_1", "P1200421_0"],
"gml:id" : "L1200421_0"
}...
]
},
"bb" : [[52.51885480325248, 13.416723432706913], [52.51860015265535, 13.417097459830746]],
"accessorDistances" : [{
"distance" : 16,
"accessorRef" : "acc15001_2454824"
},...
],
"isClosed" : false,
"centroid" : [52.518726054975474, 13.41690922218257]
},