points()
Returns an array of map points associated with the shape.
Declaration
func points() -> UnsafeMutablePointer<MKMapPoint>Return Value
An unsafe mutable array of MKMapPoint structures.
Discussion
The pointCount property specifies the number of points in the array.
See Also
Related Documentation
- Location and Maps Programming Guide