Station

public struct Station : Decodable

Station

  • id

    ID

    Declaration

    Swift

    public let id: UInt
  • ID of complex

    Declaration

    Swift

    public let complexId: UInt
  • Associated GTFS Stop ID

    Declaration

    Swift

    public let gtfsStopId: String
  • Division

    Declaration

    Swift

    public let division: String
  • Line or branch

    Declaration

    Swift

    public let line: String
  • Name

    Declaration

    Swift

    public var name: String
  • Borough

    Declaration

    Swift

    public let borough: String
  • Daytime routes

    Declaration

    Swift

    public var daytimeRoutes: [DaytimeRoute] { get }
  • Structure

    Declaration

    Swift

    public let structure: String
  • Location

    Declaration

    Swift

    public var gtfsLocation: CLLocation { get }