Class MKOverlayPathView

    • Constructor Detail

      • MKOverlayPathView

        public MKOverlayPathView()
      • MKOverlayPathView

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

        @Deprecated
        public MKOverlayPathView​(MKOverlay overlay)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • MKOverlayPathView

        public MKOverlayPathView​(CGRect frame)
      • MKOverlayPathView

        public MKOverlayPathView​(NSCoder decoder)
    • Method Detail

      • getFillColor

        @Deprecated
        public UIColor getFillColor()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setFillColor

        @Deprecated
        public void setFillColor​(UIColor v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getStrokeColor

        @Deprecated
        public UIColor getStrokeColor()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setStrokeColor

        @Deprecated
        public void setStrokeColor​(UIColor v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getLineWidth

        @Deprecated
        public double getLineWidth()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setLineWidth

        @Deprecated
        public void setLineWidth​(double v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getLineJoin

        @Deprecated
        public CGLineJoin getLineJoin()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setLineJoin

        @Deprecated
        public void setLineJoin​(CGLineJoin v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getLineCap

        @Deprecated
        public CGLineCap getLineCap()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setLineCap

        @Deprecated
        public void setLineCap​(CGLineCap v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getMiterLimit

        @Deprecated
        public double getMiterLimit()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setMiterLimit

        @Deprecated
        public void setMiterLimit​(double v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getLineDashPhase

        @Deprecated
        public double getLineDashPhase()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setLineDashPhase

        @Deprecated
        public void setLineDashPhase​(double v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getLineDashPattern

        @Deprecated
        public NSArray<NSNumber> getLineDashPattern()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setLineDashPattern

        @Deprecated
        public void setLineDashPattern​(NSArray<NSNumber> v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getPath

        @Deprecated
        public CGPath getPath()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setPath

        @Deprecated
        public void setPath​(CGPath v)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • createPath

        @Deprecated
        public void createPath()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • invalidatePath

        @Deprecated
        public void invalidatePath()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • applyStrokeProperties

        @Deprecated
        public void applyStrokeProperties​(CGContext context,
                                          double zoomScale)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • applyFillProperties

        @Deprecated
        public void applyFillProperties​(CGContext context,
                                        double zoomScale)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • strokePath

        @Deprecated
        public void strokePath​(CGPath path,
                               CGContext context)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • fillPath

        @Deprecated
        public void fillPath​(CGPath path,
                             CGContext context)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.