Class MKMapSnapshotOptions

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MKMapSnapshotOptions
extends NSObject
  • Constructor Details

    • MKMapSnapshotOptions

      public MKMapSnapshotOptions()
    • MKMapSnapshotOptions

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

      protected MKMapSnapshotOptions​(NSObject.SkipInit skipInit)
  • Method Details

    • getCamera

      public MKMapCamera getCamera()
    • setCamera

      public void setCamera​(MKMapCamera v)
    • getMapRect

      public MKMapRect getMapRect()
    • setMapRect

      public void setMapRect​(MKMapRect v)
    • getRegion

      public MKCoordinateRegion getRegion()
    • setRegion

      public void setRegion​(MKCoordinateRegion v)
    • getMapType

      public MKMapType getMapType()
    • setMapType

      public void setMapType​(MKMapType v)
    • getPointOfInterestFilter

      public MKPointOfInterestFilter getPointOfInterestFilter()
      Since:
      Available in iOS 13.0 and later.
    • setPointOfInterestFilter

      public void setPointOfInterestFilter​(MKPointOfInterestFilter v)
      Since:
      Available in iOS 13.0 and later.
    • showsPointsOfInterest

      @Deprecated public boolean showsPointsOfInterest()
      Deprecated.
      Deprecated in iOS 13.0. Use pointOfInterestFilter
    • setShowsPointsOfInterest

      @Deprecated public void setShowsPointsOfInterest​(boolean v)
      Deprecated.
      Deprecated in iOS 13.0. Use pointOfInterestFilter
    • showsBuildings

      public boolean showsBuildings()
    • setShowsBuildings

      public void setShowsBuildings​(boolean v)
    • getSize

      public CGSize getSize()
    • setSize

      public void setSize​(CGSize v)
    • getScale

      @Deprecated public double getScale()
      Deprecated.
      Use traitCollection.displayScale
    • setScale

      @Deprecated public void setScale​(double v)
      Deprecated.
      Use traitCollection.displayScale
    • getTraitCollection

      public UITraitCollection getTraitCollection()
      Since:
      Available in iOS 13.0 and later.
    • setTraitCollection

      public void setTraitCollection​(UITraitCollection v)
      Since:
      Available in iOS 13.0 and later.