StopPoints Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedStopPoint array of AffectedStopPointStructure

Example

{
  "AffectedStopPoint" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "StopPointType" : "pti17_5",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "StopPointType" : "pti17_2",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "any" : { }
    }
  } ]
}