Paratransit

public struct Paratransit : Codable, Hashable

Informational class for paratransit information (i.e., transport for people with disabilities). Contains name of service, URL with more information and phone number.

Formerly known as TKParatransitInfo

See also

TKBuzzInfoProvider‘s fetchParatransitInformation
  • Undocumented

    Declaration

    Swift

    public let name: String
  • url

    Undocumented

    Declaration

    Swift

    public let url: URL
  • Undocumented

    Declaration

    Swift

    public let number: String