| name | data type | description | 
|---|---|---|
| referencePointIdentifier | string | |
| administrativeArea | AdministrativeArea | |
| roadName | RoadName | |
| roadNumber | string | |
| directionBound | DirectionEnum | |
| directionRelative | ReferencePointDirectionEnum | |
| distanceFromPrevious | number | |
| distanceToNext | number | |
| elevatedRoadSection | boolean | |
| referencePointDescription | ReferencePointDescription | |
| referencePointDistance | number | |
| referencePointExtension | ExtensionType | 
Example
{
  "referencePointIdentifier" : "...",
  "administrativeArea" : {
    "value" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "roadName" : {
    "value" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "roadNumber" : "...",
  "directionBound" : "southBound",
  "directionRelative" : "negative",
  "distanceFromPrevious" : 12345.0,
  "distanceToNext" : 12345.0,
  "elevatedRoadSection" : true,
  "referencePointDescription" : {
    "value" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "referencePointDistance" : 12345.0,
  "referencePointExtension" : {
    "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" : { }
    } ]
  }
}