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