StopPointsRequest Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from StopPointsDiscoveryRequestStructure
PlaceRef string
Circle LocationStructure
BoundingBox BoundingBoxStructure
OperatorRef OperatorRefStructure
LineRef LineRef
Language string
StopPointsDetailLevel StopPointsDetailEnumeration
Extensions Extensions
version string
Properties inherited from AbstractDiscoveryRequestStructure
Address string
RequestorRef RequestorRef
MessageIdentifier MessageQualifierStructure
Properties inherited from AuthenticatedRequestStructure
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "PlaceRef" : "...",
  "Circle" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "BoundingBox" : {
    "UpperLeft" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "LowerRight" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    }
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "Language" : "...",
  "StopPointsDetailLevel" : "full",
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "version" : "...",
  "Address" : "...",
  "RequestorRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}