StopPoints Data Type

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

Example

{
  "AffectedStopPoint" : [ {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopPointType" : "pti17_0",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "StopCondition" : [ "notVia", "temporaryStop" ],
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "StopPointRef" : {
      "value" : "..."
    },
    "PrivateRef" : "...",
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopPointType" : "pti17_1",
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "AffectedModes" : {
      "Mode" : [ { }, { } ],
      "AllModes" : "..."
    },
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "AccessibilityAssessment" : {
      "MobilityImpairedAccess" : true,
      "Limitations" : { },
      "Suitabilities" : { },
      "Extensions" : { }
    },
    "StopCondition" : [ "destination", "notStopping" ],
    "ConnectionLinks" : {
      "AffectedConnectionLink" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ]
}