name | data type | description |
---|---|---|
referencePoint | ReferencePoint | |
referencePointSecondaryLocationExtension | ExtensionType |
Example
{ "referencePoint" : { "referencePointIdentifier" : "...", "administrativeArea" : { "value" : [ { }, { } ] }, "roadName" : { "value" : [ { }, { } ] }, "roadNumber" : "...", "directionBound" : "northBound", "directionRelative" : "positive", "distanceFromPrevious" : 12345.0, "distanceToNext" : 12345.0, "elevatedRoadSection" : true, "referencePointDescription" : { "value" : [ { }, { } ] }, "referencePointDistance" : 12345.0, "referencePointExtension" : { "anies" : [ { }, { } ] } }, "referencePointSecondaryLocationExtension" : { "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" : { } } ] } }