Class MKPinAnnotationView

    • Constructor Detail

      • MKPinAnnotationView

        public MKPinAnnotationView()
      • MKPinAnnotationView

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

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

        public MKPinAnnotationView​(NSCoder aDecoder)
      • MKPinAnnotationView

        public MKPinAnnotationView​(CGRect frame)
    • Method Detail

      • getPinTintColor

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

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

        public boolean animatesDrop()
      • setAnimatesDrop

        public void setAnimatesDrop​(boolean v)
      • getPinColor

        @Deprecated
        public MKPinAnnotationColor getPinColor()
        Deprecated.
        Deprecated in iOS 9.0. Use pinTintColor instead
        Since:
        Available in iOS 3.0 and later.
      • setPinColor

        @Deprecated
        public void setPinColor​(MKPinAnnotationColor v)
        Deprecated.
        Deprecated in iOS 9.0. Use pinTintColor instead
        Since:
        Available in iOS 3.0 and later.
      • getRedPinColor

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

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

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