PTArrowAnnotationOptions
@interface PTArrowAnnotationOptions : PTAnnotationOptions
An object that contains options for arrow annotations.
-
Whether arrow annotations point to the origin of the line.
The default value of this property is
NO
which means the arrow points towards the endpoint of the line.Declaration
Objective-C
@property (nonatomic) BOOL arrowPointsToOrigin;
Swift
var arrowPointsToOrigin: Bool { get set }