Class MKPinAnnotationView

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

@Deprecated
public class MKPinAnnotationView
extends MKAnnotationView
Deprecated.
Use MKMarkerAnnotationView
  • Constructor Details

    • MKPinAnnotationView

      public MKPinAnnotationView()
      Deprecated.
    • MKPinAnnotationView

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

      protected MKPinAnnotationView​(NSObject.SkipInit skipInit)
      Deprecated.
    • MKPinAnnotationView

      public MKPinAnnotationView​(MKAnnotation annotation, String reuseIdentifier)
      Deprecated.
    • MKPinAnnotationView

      public MKPinAnnotationView​(NSCoder aDecoder)
      Deprecated.
    • MKPinAnnotationView

      public MKPinAnnotationView​(CGRect frame)
      Deprecated.
  • Method Details

    • getPinTintColor

      public UIColor getPinTintColor()
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • setPinTintColor

      public void setPinTintColor​(UIColor v)
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • animatesDrop

      public boolean animatesDrop()
      Deprecated.
    • setAnimatesDrop

      public void setAnimatesDrop​(boolean v)
      Deprecated.
    • getPinColor

      @Deprecated public MKPinAnnotationColor getPinColor()
      Deprecated.
      Deprecated in iOS 9.0. Use pinTintColor instead
    • setPinColor

      @Deprecated public void setPinColor​(MKPinAnnotationColor v)
      Deprecated.
      Deprecated in iOS 9.0. Use pinTintColor instead
    • getLayerClass

      public static Class<? extends CALayer> getLayerClass()
      Deprecated.
    • getRedPinColor

      public static UIColor getRedPinColor()
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • getGreenPinColor

      public static UIColor getGreenPinColor()
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • getPurplePinColor

      public static UIColor getPurplePinColor()
      Deprecated.
      Since:
      Available in iOS 9.0 and later.
    • getUserInterfaceLayoutDirection

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

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