RoadsideReferencePoint Data Type

Implemented Interfaces
Serializable
Properties
name data type description
roadsideReferencePointIdentifier string
administrativeArea MultilingualString
roadName MultilingualString
roadNumber string
directionBound DirectionEnum
directionRelative ReferencePointDirectionEnum
distanceFromPrevious number
distanceToNext number
elevatedRoadSection boolean
roadsideReferencePointDescription MultilingualString
roadsideReferencePointDistance number
roadsideReferencePointExtension ExtensionType

Example

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