Directions Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Direction array of RouteDirectionStructure

Example

{
  "Direction" : [ {
    "JourneyPatterns" : {
      "JourneyPattern" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "DirectionName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "JourneyPatterns" : {
      "JourneyPattern" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "DirectionName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ]
}