Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StopPlaceDetails

deprecated

The JourneyPlanner v2 queries and types are deprecated. Write your own GraphQL queries for JourneyPlanner v3. Write your own types or use those from JourneyPlannerTypes where applicable.

Hierarchy

  • StopPlaceDetails

Index

Properties

description?: string
id: string
latitude: number
longitude: number
name: string
quays?: Quay[]
transportMode: TransportMode
transportSubmode?: TransportSubmode
weighting: "preferredInterchange" | "recommendedInterchange" | "interchangeAllowed" | "noInterchange"
wheelchairBoarding: "noInformation" | "possible" | "notPossible"

Generated using TypeDoc