TKStopCoordinate

public class TKStopCoordinate : TKModeCoordinate

Undocumented

  • Undocumented

    Declaration

    Swift

    public override class var supportsSecureCoding: Bool { get }
  • Undocumented

    Declaration

    Swift

    public init(_ stop: TKAPI.Stop)
  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)
  • Undocumented

    Declaration

    Swift

    public override var subtitle: String? { get set }
  • Undocumented

    Declaration

    Swift

    public var services: String? { get set }
  • Undocumented

    Declaration

    Swift

    @objc
    public var stopCode: String { get set }
  • Undocumented

    Declaration

    Swift

    public var routes: [TKAPI.Route]? { get set }
  • Undocumented

    Declaration

    Swift

    public var operators: [TKAPI.Operator]? { get set }
  • Accessibility of the stop. Note that whether you can get onto a specific service it’ll also depend on the accessibility of the service. See StopVisits.getWheelchairAccessibility()

    Declaration

    Swift

    public internal(set) var wheelchairAccessibility: TKWheelchairAccessibility { get set }