Contents

MKMultiPoint

An abstract class that defines the common behavior that open and closed polygon overlays share.

Declaration

class MKMultiPoint

Overview

Don’t create instances of this class directly. Instead, create instances of the MKPolygon or MKPolyline classes. However, you can use the methods and property of this class to access information about the specific points associated with the line or polygon.

Topics

Accessing the points in the shape

Getting coordinate values

See Also

Shared behavior