PTAnnotationViewCellIndicatorAlignment
enum PTAnnotationViewCellIndicatorAlignment : NSUInteger {}
The vertical alignment of an indicator view in a PTAnnotationViewCell.
-
The indicator is top-aligned.
Declaration
Objective-C
PTAnnotationViewCellIndicatorAlignmentTopSwift
case top = 0 -
The indicator is center-aligned.
Declaration
Objective-C
PTAnnotationViewCellIndicatorAlignmentCenterSwift
case center = 1 -
The indicator is bottom-aligned.
Declaration
Objective-C
PTAnnotationViewCellIndicatorAlignmentBottomSwift
case bottom = 2
PTAnnotationViewCellIndicatorAlignment Enumeration Reference