Package apple.carplay

Class CPPointOfInterest

    • Constructor Detail

      • CPPointOfInterest

        protected CPPointOfInterest​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • detailSubtitle

        public java.lang.String detailSubtitle()
        Subtitle to be used when POI detail card is visible [@note] If not provided, the point of interest will fall back to displaying @c subtitle
      • detailSummary

        public java.lang.String detailSummary()
        Summary text to be used when POI detail card is visible. [@note] If not provided, the point of interest will fall back to displaying @c summary
      • detailTitle

        public java.lang.String detailTitle()
        Title to be used when POI detail card is visible [@note] If not provided, the point of interest will fall back to displaying @c title
      • hash_static

        public static long hash_static()
      • initWithLocationTitleSubtitleSummaryDetailTitleDetailSubtitleDetailSummaryPinImage

        public CPPointOfInterest initWithLocationTitleSubtitleSummaryDetailTitleDetailSubtitleDetailSummaryPinImage​(MKMapItem location,
                                                                                                                    java.lang.String title,
                                                                                                                    java.lang.String subtitle,
                                                                                                                    java.lang.String summary,
                                                                                                                    java.lang.String detailTitle,
                                                                                                                    java.lang.String detailSubtitle,
                                                                                                                    java.lang.String detailSummary,
                                                                                                                    UIImage pinImage)
        Initializes a point of interest to be used with @c CPPointOfInterestTemplate [@note] When providing an image, your app should provide a @c UIImage that is display-ready. If necessary for the image, provide light and dark styles by using an asset from your asset catalog, prepared with light and dark styles or by using @c UIImageAsset to combine two @c UIImage instances into a single image with both styles. CPPointOfInterest instances appear on the Point of Interest map view as both selectable items in the table view overlay and as map annotations.
        Parameters:
        location - Location indicator use by map annotations.
        title - Primary title for this point of interest
        subtitle - Optional: Secondary title for this point of interest
        summary - Optional: Summary text for this point of interest
        detailTitle - Optional: Title to be used when POI detail card is visible
        detailSubtitle - Optional: Subtitle to be used when POI detail card is visible
        detailSummary - Optional: Summary text to be used when POI detail card is visible
        pinImage - Optional: a custom map annotation image
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • location

        public MKMapItem location()
        Location associated with this point of interest
      • new_objc

        public static java.lang.Object new_objc()
      • pinImage

        public UIImage pinImage()
        Image used for map view annotations
      • primaryButton

        public CPTextButton primaryButton()
        Point of Interest detail card buttons
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setDetailSubtitle

        public void setDetailSubtitle​(java.lang.String value)
        Subtitle to be used when POI detail card is visible [@note] If not provided, the point of interest will fall back to displaying @c subtitle
      • setDetailSummary

        public void setDetailSummary​(java.lang.String value)
        Summary text to be used when POI detail card is visible. [@note] If not provided, the point of interest will fall back to displaying @c summary
      • setDetailTitle

        public void setDetailTitle​(java.lang.String value)
        Title to be used when POI detail card is visible [@note] If not provided, the point of interest will fall back to displaying @c title
      • setLocation

        public void setLocation​(MKMapItem value)
        Location associated with this point of interest
      • setPinImage

        public void setPinImage​(UIImage value)
        Image used for map view annotations
      • setPrimaryButton

        public void setPrimaryButton​(CPTextButton value)
        Point of Interest detail card buttons
      • setSecondaryButton

        public void setSecondaryButton​(CPTextButton value)
      • setSubtitle

        public void setSubtitle​(java.lang.String value)
        Subtitle for this point of interest
      • setSummary

        public void setSummary​(java.lang.String value)
        Summary text for this point of interest
      • setTitle

        public void setTitle​(java.lang.String value)
        Primary title for this point of interest
      • setUserInfo

        public void setUserInfo​(java.lang.Object value)
        Any custom data or an object associated with this Point of Interest.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • subtitle

        public java.lang.String subtitle()
        Subtitle for this point of interest
      • summary

        public java.lang.String summary()
        Summary text for this point of interest
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • title

        public java.lang.String title()
        Primary title for this point of interest
      • userInfo

        public java.lang.Object userInfo()
        Any custom data or an object associated with this Point of Interest.
      • version_static

        public static long version_static()