Class CPManeuver

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CPManeuver
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 12.0 and later.
  • Constructor Details

    • CPManeuver

      public CPManeuver()
    • CPManeuver

      protected CPManeuver​(NSObject.Handle h, long handle)
    • CPManeuver

      protected CPManeuver​(NSObject.SkipInit skipInit)
    • CPManeuver

      public CPManeuver​(NSCoder coder)
  • Method Details

    • getSymbolSet

      @Deprecated public CPImageSet getSymbolSet()
      Deprecated.
      Deprecated in iOS 13.0. Use symbolImage
      Since:
      Available in iOS 12.0 and later.
    • setSymbolSet

      @Deprecated public void setSymbolSet​(CPImageSet v)
      Deprecated.
      Deprecated in iOS 13.0. Use symbolImage
      Since:
      Available in iOS 12.0 and later.
    • getCardBackgroundColor

      public UIColor getCardBackgroundColor()
      Since:
      Available in iOS 15.4 and later.
    • setCardBackgroundColor

      public void setCardBackgroundColor​(UIColor v)
      Since:
      Available in iOS 15.4 and later.
    • getSymbolImage

      public UIImage getSymbolImage()
    • setSymbolImage

      public void setSymbolImage​(UIImage v)
    • getJunctionImage

      public UIImage getJunctionImage()
    • setJunctionImage

      public void setJunctionImage​(UIImage v)
    • getInstructionVariants

      public NSArray<NSString> getInstructionVariants()
    • setInstructionVariants

      public void setInstructionVariants​(NSArray<NSString> v)
    • getInitialTravelEstimates

      public CPTravelEstimates getInitialTravelEstimates()
    • setInitialTravelEstimates

      public void setInitialTravelEstimates​(CPTravelEstimates v)
    • getAttributedInstructionVariants

      public NSArray<NSAttributedString> getAttributedInstructionVariants()
    • setAttributedInstructionVariants

      public void setAttributedInstructionVariants​(NSArray<NSAttributedString> v)
    • getDashboardSymbolImage

      public UIImage getDashboardSymbolImage()
      Since:
      Available in iOS 14.0 and later.
    • setDashboardSymbolImage

      public void setDashboardSymbolImage​(UIImage v)
      Since:
      Available in iOS 14.0 and later.
    • getDashboardJunctionImage

      public UIImage getDashboardJunctionImage()
      Since:
      Available in iOS 14.0 and later.
    • setDashboardJunctionImage

      public void setDashboardJunctionImage​(UIImage v)
      Since:
      Available in iOS 14.0 and later.
    • getDashboardInstructionVariants

      public NSArray<NSString> getDashboardInstructionVariants()
      Since:
      Available in iOS 14.0 and later.
    • setDashboardInstructionVariants

      public void setDashboardInstructionVariants​(NSArray<NSString> v)
      Since:
      Available in iOS 14.0 and later.
    • getDashboardAttributedInstructionVariants

      public NSArray<NSAttributedString> getDashboardAttributedInstructionVariants()
      Since:
      Available in iOS 14.0 and later.
    • setDashboardAttributedInstructionVariants

      public void setDashboardAttributedInstructionVariants​(NSArray<NSAttributedString> v)
      Since:
      Available in iOS 14.0 and later.
    • getNotificationSymbolImage

      public UIImage getNotificationSymbolImage()
      Since:
      Available in iOS 14.0 and later.
    • setNotificationSymbolImage

      public void setNotificationSymbolImage​(UIImage v)
      Since:
      Available in iOS 14.0 and later.
    • getNotificationInstructionVariants

      public NSArray<NSString> getNotificationInstructionVariants()
      Since:
      Available in iOS 14.0 and later.
    • setNotificationInstructionVariants

      public void setNotificationInstructionVariants​(NSArray<NSString> v)
      Since:
      Available in iOS 14.0 and later.
    • getNotificationAttributedInstructionVariants

      public NSArray<NSAttributedString> getNotificationAttributedInstructionVariants()
      Since:
      Available in iOS 14.0 and later.
    • setNotificationAttributedInstructionVariants

      public void setNotificationAttributedInstructionVariants​(NSArray<NSAttributedString> v)
      Since:
      Available in iOS 14.0 and later.
    • getUserInfo

      public NSObject getUserInfo()
    • setUserInfo

      public void setUserInfo​(NSObject v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)