Class CPPointOfInterestTemplate

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class CPPointOfInterestTemplate
extends CPTemplate
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • CPPointOfInterestTemplate

      protected CPPointOfInterestTemplate()
    • CPPointOfInterestTemplate

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

      protected CPPointOfInterestTemplate​(NSObject.SkipInit skipInit)
    • CPPointOfInterestTemplate

      public CPPointOfInterestTemplate​(String title, NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)
  • Method Details

    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle​(String v)
    • getPointsOfInterest

      public NSArray<CPPointOfInterest> getPointsOfInterest()
    • getSelectedIndex

      public long getSelectedIndex()
    • setSelectedIndex

      public void setSelectedIndex​(long v)
    • getPointOfInterestDelegate

      public CPPointOfInterestTemplateDelegate getPointOfInterestDelegate()
    • setPointOfInterestDelegate

      public void setPointOfInterestDelegate​(CPPointOfInterestTemplateDelegate v)
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String title, NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)
    • setPointsOfInterest

      public void setPointsOfInterest​(NSArray<CPPointOfInterest> pointsOfInterest, long selectedIndex)