Point Data Type

Implemented Interfaces
Serializable
Properties
name data type description
tpegpointLocation TPEGPointLocation
alertCPoint AlertCPoint
referencePoint ReferencePoint
pointByCoordinates PointByCoordinates
pointExtension ExtensionType
Properties inherited from NetworkLocation
supplementaryPositionalDescription SupplementaryPositionalDescription
destination Destination
networkLocationExtension ExtensionType
Properties inherited from Location
locationExtension ExtensionType

Example

{
  "tpegpointLocation" : {
    "tpegDirection" : "eastBound",
    "tpegpointLocationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "alertCPoint" : {
    "alertCLocationCountryCode" : "...",
    "alertCLocationTableNumber" : "...",
    "alertCLocationTableVersion" : "...",
    "alertCPointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "referencePoint" : {
    "referencePointIdentifier" : "...",
    "administrativeArea" : {
      "value" : [ { }, { } ]
    },
    "roadName" : {
      "value" : [ { }, { } ]
    },
    "roadNumber" : "...",
    "directionBound" : "anticlockwise",
    "directionRelative" : "positive",
    "distanceFromPrevious" : 12345.0,
    "distanceToNext" : 12345.0,
    "elevatedRoadSection" : true,
    "referencePointDescription" : {
      "value" : [ { }, { } ]
    },
    "referencePointDistance" : 12345.0,
    "referencePointExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "pointByCoordinates" : {
    "bearing" : 12345,
    "pointCoordinates" : {
      "latitude" : 12345.0,
      "longitude" : 12345.0,
      "pointCoordinatesExtension" : { }
    },
    "pointByCoordinatesExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "pointExtension" : {
    "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" : { }
    } ]
  },
  "supplementaryPositionalDescription" : {
    "carriageway" : [ "entrySlipRoad", "leftHandParallelCarriageway" ],
    "footpath" : true,
    "lanes" : [ "busLane", "lane3" ],
    "lengthAffected" : 12345.0,
    "locationDescriptor" : [ "onLinkRoad", "aroundABendInRoad" ],
    "supplementaryPositionalDescriptionExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "destination" : { },
  "networkLocationExtension" : {
    "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" : { }
    } ]
  },
  "locationExtension" : {
    "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" : { }
    } ]
  }
}