Class MKOverlayPathView

All Implemented Interfaces:
CALayerDelegate, NSCoding, NSObjectProtocol, UIAccessibilityIdentification, UIActivityItemsConfigurationProviding, UIAppearanceContainer, UICoordinateSpace, UIDynamicItem, UIFocusEnvironment, UIFocusItem, UIFocusItemContainer, UILargeContentViewerItem, UIPasteConfigurationSupporting, UIResponderStandardEditActions, UITraitEnvironment, UIUserActivityRestoring, ObjCProtocol
Direct Known Subclasses:
MKCircleView, MKPolygonView, MKPolylineView

@Deprecated
public class MKOverlayPathView
extends MKOverlayView
Deprecated.
Deprecated in iOS 13.0. Use MKOverlayPathRenderer
  • Constructor Details

    • MKOverlayPathView

      public MKOverlayPathView()
      Deprecated.
    • MKOverlayPathView

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

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

      @Deprecated public MKOverlayPathView​(MKOverlay overlay)
      Deprecated.
      Deprecated in iOS 7.0.
    • MKOverlayPathView

      public MKOverlayPathView​(CGRect frame)
      Deprecated.
    • MKOverlayPathView

      public MKOverlayPathView​(NSCoder coder)
      Deprecated.
  • Method Details

    • getFillColor

      @Deprecated public UIColor getFillColor()
      Deprecated.
      Deprecated in iOS 7.0.
    • setFillColor

      @Deprecated public void setFillColor​(UIColor v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getStrokeColor

      @Deprecated public UIColor getStrokeColor()
      Deprecated.
      Deprecated in iOS 7.0.
    • setStrokeColor

      @Deprecated public void setStrokeColor​(UIColor v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getLineWidth

      @Deprecated public double getLineWidth()
      Deprecated.
      Deprecated in iOS 7.0.
    • setLineWidth

      @Deprecated public void setLineWidth​(double v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getLineJoin

      @Deprecated public CGLineJoin getLineJoin()
      Deprecated.
      Deprecated in iOS 7.0.
    • setLineJoin

      @Deprecated public void setLineJoin​(CGLineJoin v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getLineCap

      @Deprecated public CGLineCap getLineCap()
      Deprecated.
      Deprecated in iOS 7.0.
    • setLineCap

      @Deprecated public void setLineCap​(CGLineCap v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getMiterLimit

      @Deprecated public double getMiterLimit()
      Deprecated.
      Deprecated in iOS 7.0.
    • setMiterLimit

      @Deprecated public void setMiterLimit​(double v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getLineDashPhase

      @Deprecated public double getLineDashPhase()
      Deprecated.
      Deprecated in iOS 7.0.
    • setLineDashPhase

      @Deprecated public void setLineDashPhase​(double v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getLineDashPattern

      @Deprecated public NSArray<NSNumber> getLineDashPattern()
      Deprecated.
      Deprecated in iOS 7.0.
    • setLineDashPattern

      @Deprecated public void setLineDashPattern​(NSArray<NSNumber> v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getPath

      @Deprecated public CGPath getPath()
      Deprecated.
      Deprecated in iOS 7.0.
    • setPath

      @Deprecated public void setPath​(CGPath v)
      Deprecated.
      Deprecated in iOS 7.0.
    • getLayerClass

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

      @Deprecated public void createPath()
      Deprecated.
      Deprecated in iOS 7.0.
    • invalidatePath

      @Deprecated public void invalidatePath()
      Deprecated.
      Deprecated in iOS 7.0.
    • applyStrokeProperties

      @Deprecated public void applyStrokeProperties​(CGContext context, double zoomScale)
      Deprecated.
      Deprecated in iOS 7.0.
    • applyFillProperties

      @Deprecated public void applyFillProperties​(CGContext context, double zoomScale)
      Deprecated.
      Deprecated in iOS 7.0.
    • strokePath

      @Deprecated public void strokePath​(CGPath path, CGContext context)
      Deprecated.
      Deprecated in iOS 7.0.
    • fillPath

      @Deprecated public void fillPath​(CGPath path, CGContext context)
      Deprecated.
      Deprecated in iOS 7.0.
    • 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.