StopsInPattern Data Type

Implemented Interfaces
Serializable
Properties
name data type description
StopPointInPattern array of StopPointInPatternStructure

Example

{
  "StopPointInPattern" : [ {
    "Order" : 12345,
    "OnwardLinkShape" : {
      "Point" : [ { }, { } ]
    },
    "LinkProjectionToNextStopPoint" : {
      "Line" : { },
      "Features" : { }
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "TimingPoint" : true,
    "Monitored" : true,
    "StopName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopAreaRef" : {
      "value" : "..."
    },
    "Features" : {
      "serviceFeaturesAndServiceFeatureReves" : [ {
        "ServiceFeature" : { }
      }, {
        "ServiceFeatureRef" : { }
      } ]
    },
    "Lines" : {
      "lineRevesAndLineDirections" : [ {
        "LineRef" : { }
      }, {
        "LineDirection" : { }
      } ]
    },
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "Url" : "..."
  }, {
    "Order" : 12345,
    "OnwardLinkShape" : {
      "Point" : [ { }, { } ]
    },
    "LinkProjectionToNextStopPoint" : {
      "Line" : { },
      "Features" : { }
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "TimingPoint" : true,
    "Monitored" : true,
    "StopName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "StopAreaRef" : {
      "value" : "..."
    },
    "Features" : {
      "serviceFeaturesAndServiceFeatureReves" : [ {
        "ServiceFeature" : { }
      }, {
        "ServiceFeatureRef" : { }
      } ]
    },
    "Lines" : {
      "lineRevesAndLineDirections" : [ {
        "LineRef" : { }
      }, {
        "LineDirection" : { }
      } ]
    },
    "Location" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "Url" : "..."
  } ]
}