Agency

public struct Agency : Hashable

Holds all the agency information.

  • Human readable name of the owner of the transport service.

    Declaration

    Swift

    public var name: String
  • Link to the agency’s website.

    Declaration

    Swift

    public var website: String?