PointDestination Data Type

Implemented Interfaces
Serializable
Properties
name data type description
point Point
pointDestinationExtension ExtensionType

Example

{
  "point" : {
    "tpegpointLocation" : {
      "tpegDirection" : "eastBound",
      "tpegpointLocationExtension" : { }
    },
    "alertCPoint" : {
      "alertCLocationCountryCode" : "...",
      "alertCLocationTableNumber" : "...",
      "alertCLocationTableVersion" : "...",
      "alertCPointExtension" : { }
    },
    "referencePoint" : {
      "referencePointIdentifier" : "...",
      "administrativeArea" : { },
      "roadName" : { },
      "roadNumber" : "...",
      "directionBound" : "eastBound",
      "directionRelative" : "unknown",
      "distanceFromPrevious" : 12345.0,
      "distanceToNext" : 12345.0,
      "elevatedRoadSection" : true,
      "referencePointDescription" : { },
      "referencePointDistance" : 12345.0,
      "referencePointExtension" : { }
    },
    "pointByCoordinates" : {
      "bearing" : 12345,
      "pointCoordinates" : { },
      "pointByCoordinatesExtension" : { }
    },
    "pointExtension" : {
      "anies" : [ { }, { } ]
    },
    "supplementaryPositionalDescription" : {
      "carriageway" : [ "serviceRoad", "entrySlipRoad" ],
      "footpath" : true,
      "lanes" : [ "emergencyLane", "heavyVehicleLane" ],
      "lengthAffected" : 12345.0,
      "locationDescriptor" : [ "onBorder", "aroundABendInRoad" ],
      "supplementaryPositionalDescriptionExtension" : { }
    },
    "destination" : { },
    "networkLocationExtension" : {
      "anies" : [ { }, { } ]
    },
    "locationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "pointDestinationExtension" : {
    "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" : { }
    } ]
  }
}