PTAnnotationViewCellIndicatorAlignment
enum PTAnnotationViewCellIndicatorAlignment : NSUInteger {}
The vertical alignment of an indicator view in a PTAnnotationViewCell
.
-
The indicator is top-aligned.
Declaration
Objective-C
PTAnnotationViewCellIndicatorAlignmentTop
Swift
case top = 0
-
The indicator is center-aligned.
Declaration
Objective-C
PTAnnotationViewCellIndicatorAlignmentCenter
Swift
case center = 1
-
The indicator is bottom-aligned.
Declaration
Objective-C
PTAnnotationViewCellIndicatorAlignmentBottom
Swift
case bottom = 2