AnnotatedStopPointStructure Data Type

Subtypes
StopPointInPatternStructure
Implemented Interfaces
Serializable
Properties
name data type description
StopPointRef StopPointRef
TimingPoint boolean
Monitored boolean
StopName array of NaturalLanguageStringStructure
StopAreaRef StopAreaRefStructure
Features Features
Lines Lines
Location LocationStructure
Url string

Example

{
  "StopPointRef" : {
    "value" : "..."
  },
  "TimingPoint" : true,
  "Monitored" : true,
  "StopName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "StopAreaRef" : {
    "value" : "..."
  },
  "Features" : {
    "serviceFeaturesAndServiceFeatureReves" : [ {
      "ServiceFeature" : {
        "ServiceFeatureCode" : "...",
        "Name" : [ { }, { } ],
        "Icon" : "..."
      }
    }, {
      "ServiceFeatureRef" : {
        "value" : "..."
      }
    } ]
  },
  "Lines" : {
    "lineRevesAndLineDirections" : [ {
      "LineRef" : {
        "value" : "..."
      }
    }, {
      "LineDirection" : {
        "LineRef" : { },
        "DirectionRef" : { }
      }
    } ]
  },
  "Location" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "Url" : "..."
}