PTPolygonCreate
@interface PTPolygonCreate : PTPolylineCreate
Creates polygon annotations.
-
The border effect intensity of the created annotation. A larger value will result in a larger radius for the curves of the cloudy border effect.
The default value is 2.0.
Declaration
Objective-C
@property (nonatomic) double borderEffectIntensity;
Swift
var borderEffectIntensity: Double { get set }