Class MKOverlayView

    • Constructor Detail

      • MKOverlayView

        public MKOverlayView()
      • MKOverlayView

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

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

        public MKOverlayView​(CGRect frame)
      • MKOverlayView

        public MKOverlayView​(NSCoder decoder)
    • Method Detail

      • getOverlay

        @Deprecated
        public MKOverlay getOverlay()
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • init

        @Deprecated
        protected long init​(MKOverlay overlay)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getPoint

        @Deprecated
        public CGPoint getPoint​(MKMapPoint mapPoint)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getMapPoint

        @Deprecated
        public MKMapPoint getMapPoint​(CGPoint point)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getRect

        @Deprecated
        public CGRect getRect​(MKMapRect mapRect)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • getMapRect

        @Deprecated
        public MKMapRect getMapRect​(CGRect rect)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • canDraw

        @Deprecated
        public boolean canDraw​(MKMapRect mapRect,
                               double zoomScale)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • draw

        @Deprecated
        public void draw​(MKMapRect mapRect,
                         double zoomScale,
                         CGContext context)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setNeedsDisplay

        @Deprecated
        public void setNeedsDisplay​(MKMapRect mapRect)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.
      • setNeedsDisplay

        @Deprecated
        public void setNeedsDisplay​(MKMapRect mapRect,
                                    double zoomScale)
        Deprecated.
        Deprecated in iOS 7.0.
        Since:
        Available in iOS 4.0 and later.