Class MKMultiPoint

All Implemented Interfaces:
NSObjectProtocol, MKAnnotation, MKGeoJSONObject, ObjCProtocol
Direct Known Subclasses:
MKPolygon, MKPolyline

public class MKMultiPoint
extends MKShape
implements MKGeoJSONObject
  • Constructor Details

    • MKMultiPoint

      public MKMultiPoint()
    • MKMultiPoint

      @Deprecated protected MKMultiPoint​(long handle)
      Deprecated.
    • MKMultiPoint

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

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

    • getPointCount

      public long getPointCount()
    • getPoints

      public MKMapPoint[] getPoints()
    • getCoordinates

      public CLLocationCoordinate2D[] getCoordinates​(NSRange range)
    • getPoints0

      protected MKMapPoint getPoints0()
    • getCoordinates0

      protected void getCoordinates0​(CLLocationCoordinate2D coords, NSRange range)
    • locationAtPointIndex

      public double locationAtPointIndex​(long index)
      Since:
      Available in iOS 14.0 and later.
    • locationsAtPointIndexes

      public NSArray<NSNumber> locationsAtPointIndexes​(NSIndexSet indexes)
      Since:
      Available in iOS 14.0 and later.