Class MKLocalPointsOfInterestRequest

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MKLocalPointsOfInterestRequest
extends NSObject
Since:
Available in iOS 14.0 and later.
  • Constructor Details

    • MKLocalPointsOfInterestRequest

      protected MKLocalPointsOfInterestRequest()
    • MKLocalPointsOfInterestRequest

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

      protected MKLocalPointsOfInterestRequest​(NSObject.SkipInit skipInit)
    • MKLocalPointsOfInterestRequest

      public MKLocalPointsOfInterestRequest​(CLLocationCoordinate2D coordinate, double radius)
    • MKLocalPointsOfInterestRequest

      public MKLocalPointsOfInterestRequest​(MKCoordinateRegion region)
  • Method Details