Class MKMarkerAnnotationView

All Implemented Interfaces:
CALayerDelegate, NSCoding, NSObjectProtocol, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol

public class MKMarkerAnnotationView
extends MKAnnotationView
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MKMarkerAnnotationView

      public MKMarkerAnnotationView()
    • MKMarkerAnnotationView

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

      protected MKMarkerAnnotationView​(NSObject.SkipInit skipInit)
    • MKMarkerAnnotationView

      public MKMarkerAnnotationView​(MKAnnotation annotation, String reuseIdentifier)
    • MKMarkerAnnotationView

      public MKMarkerAnnotationView​(NSCoder aDecoder)
    • MKMarkerAnnotationView

      public MKMarkerAnnotationView​(CGRect frame)
  • Method Details

    • getTitleVisibility

      public MKFeatureVisibility getTitleVisibility()
    • setTitleVisibility

      public void setTitleVisibility​(MKFeatureVisibility v)
    • getSubtitleVisibility

      public MKFeatureVisibility getSubtitleVisibility()
    • setSubtitleVisibility

      public void setSubtitleVisibility​(MKFeatureVisibility v)
    • getMarkerTintColor

      public UIColor getMarkerTintColor()
    • setMarkerTintColor

      public void setMarkerTintColor​(UIColor v)
    • getGlyphTintColor

      public UIColor getGlyphTintColor()
    • setGlyphTintColor

      public void setGlyphTintColor​(UIColor v)
    • getGlyphText

      public String getGlyphText()
    • setGlyphText

      public void setGlyphText​(String v)
    • getGlyphImage

      public UIImage getGlyphImage()
    • setGlyphImage

      public void setGlyphImage​(UIImage v)
    • getSelectedGlyphImage

      public UIImage getSelectedGlyphImage()
    • setSelectedGlyphImage

      public void setSelectedGlyphImage​(UIImage v)
    • animatesWhenAdded

      public boolean animatesWhenAdded()
    • setAnimatesWhenAdded

      public void setAnimatesWhenAdded​(boolean v)
    • getLayerClass

      public static Class<? extends CALayer> getLayerClass()
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute attribute)
      Since:
      Available in iOS 9.0 and later.
    • getUserInterfaceLayoutDirection

      public static UIUserInterfaceLayoutDirection getUserInterfaceLayoutDirection​(UISemanticContentAttribute semanticContentAttribute, UIUserInterfaceLayoutDirection layoutDirection)
      Since:
      Available in iOS 10.0 and later.