RoadsideReferencePointPrimaryLocation Data Type

Implemented Interfaces
Serializable
Properties
name data type description
roadsideReferencePoint RoadsideReferencePoint
roadsideReferencePointPrimaryLocationExtension ExtensionType

Example

{
  "roadsideReferencePoint" : {
    "roadsideReferencePointIdentifier" : "...",
    "administrativeArea" : {
      "values" : { }
    },
    "roadName" : {
      "values" : { }
    },
    "roadNumber" : "...",
    "directionBound" : "outboundFromTown",
    "directionRelative" : "both",
    "distanceFromPrevious" : 12345.0,
    "distanceToNext" : 12345.0,
    "elevatedRoadSection" : true,
    "roadsideReferencePointDescription" : {
      "values" : { }
    },
    "roadsideReferencePointDistance" : 12345.0,
    "roadsideReferencePointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "roadsideReferencePointPrimaryLocationExtension" : {
    "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" : { }
    } ]
  }
}