TKBikePodLocation

public class TKBikePodLocation : TKModeCoordinate
extension TKBikePodLocation: TKDeepLinkable

Undocumented

  • Detailed bike-pod related information.

    Note

    Can change if real-time data is available. So use KVO or Rx.

    Declaration

    Swift

    public var bikePod: TKAPI.BikePodInfo
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    public override func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public override func encode(with aCoder: NSCoder)

DeepLink

  • Undocumented

    Declaration

    Swift

    public var deepLink: URL? { get }
  • Undocumented

    Declaration

    Swift

    public var downloadLink: URL? { get }