| name | data type | description |
|---|---|---|
| roadsideReferencePointPrimaryLocation | RoadsideReferencePointPrimaryLocation | |
| roadsideReferencePointSecondaryLocation | RoadsideReferencePointSecondaryLocation | |
| roadsideReferencePointLinearExtension | ExtensionType |
Example
{
"roadsideReferencePointPrimaryLocation" : {
"roadsideReferencePoint" : {
"roadsideReferencePointIdentifier" : "...",
"administrativeArea" : { },
"roadName" : { },
"roadNumber" : "...",
"directionBound" : "anticlockwise",
"directionRelative" : "unknown",
"distanceFromPrevious" : 12345.0,
"distanceToNext" : 12345.0,
"elevatedRoadSection" : true,
"roadsideReferencePointDescription" : { },
"roadsideReferencePointDistance" : 12345.0,
"roadsideReferencePointExtension" : { }
},
"roadsideReferencePointPrimaryLocationExtension" : {
"anies" : [ { }, { } ]
}
},
"roadsideReferencePointSecondaryLocation" : {
"roadsideReferencePoint" : {
"roadsideReferencePointIdentifier" : "...",
"administrativeArea" : { },
"roadName" : { },
"roadNumber" : "...",
"directionBound" : "northEastBound",
"directionRelative" : "both",
"distanceFromPrevious" : 12345.0,
"distanceToNext" : 12345.0,
"elevatedRoadSection" : true,
"roadsideReferencePointDescription" : { },
"roadsideReferencePointDistance" : 12345.0,
"roadsideReferencePointExtension" : { }
},
"roadsideReferencePointSecondaryLocationExtension" : {
"anies" : [ { }, { } ]
}
},
"roadsideReferencePointLinearExtension" : {
"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" : { }
} ]
}
}