name | data type | description |
---|---|---|
carriageway | array of CarriagewayEnum | |
footpath | boolean | |
lanes | array of LanesEnum | |
lengthAffected | number | |
locationDescriptor | array of LocationDescriptorEnum | |
supplementaryPositionalDescriptionExtension | ExtensionType |
Example
{ "carriageway" : [ "underpass", "mainCarriageway" ], "footpath" : true, "lanes" : [ "lane1", "rightLane" ], "lengthAffected" : 12345.0, "locationDescriptor" : [ "onRoundabout", "atTunnelEntryOrExit" ], "supplementaryPositionalDescriptionExtension" : { "anies" : [ { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } }, { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } } ] } }