...
|
...
|
@@ -37,9 +37,9 @@ |
|
|
|
|
|
/** Initialize a polygon annotation.
|
|
|
* @param aMapView The map view on which to place the annotation.
|
|
|
* @param points An array of CLLocation points defining the shape. The data in this array is copied to the new object.
|
|
|
* @param points An array of CLLocation points defining the polygon. The data in this array is copied to the new object.
|
|
|
* @param interiorPolygons An array of RMPolygonAnnotation objects that define one or more cutout regions for the receiver’s polygon.
|
|
|
* @return An initialized shape annotation object, or `nil` if an annotation was unable to be initialized. */
|
|
|
* @return An initialized polygon annotation object, or `nil` if an annotation was unable to be initialized. */
|
|
|
- (id)initWithMapView:(RMMapView *)aMapView points:(NSArray *)points interiorPolygons:(NSArray *)interiorPolygons;
|
|
|
|
|
|
/** The array of polygons nested inside the receiver. (read-only)
|
...
|
...
|
|