TKOnStreetParkingLocation

public class TKOnStreetParkingLocation : TKModeCoordinate
From TripKitUI:
extension TKOnStreetParkingLocation: @retroactive TKDisplayableRoute

Undocumented

  • Detailed on-street parking related information.

    Note

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

    Declaration

    Swift

    public var parking: TKAPI.OnStreetParkingInfo
  • 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)

Helpers

  • routePath From TripKitUI

    Declaration

    Swift

    public var routePath: [Any] { get }
  • selectionIdentifier From TripKitUI

    Declaration

    Swift

    public var selectionIdentifier: String? { get }
  • routeColor From TripKitUI

    Declaration

    Swift

    public var routeColor: TKColor? { get }
  • routeDashPattern From TripKitUI

    Declaration

    Swift

    public var routeDashPattern: [NSNumber]? { get }
  • routeIsTravelled From TripKitUI

    Declaration

    Swift

    public var routeIsTravelled: Bool { get }