|
| 1 | +// This file is generated. Do not edit. |
| 2 | + |
| 3 | +#import <Mapbox/Mapbox.h> |
| 4 | + |
| 5 | +#import "MGLTypes.h" |
| 6 | + |
| 7 | +@interface MGLSymbolStyleLayer : MGLStyleLayer |
| 8 | + |
| 9 | +// Layout properties |
| 10 | + |
| 11 | +@property (nonatomic) NSString *symbolPlacement; |
| 12 | + |
| 13 | +@property (nonatomic) float symbolSpacing; |
| 14 | + |
| 15 | +@property (nonatomic) BOOL symbolAvoidEdges; |
| 16 | + |
| 17 | +@property (nonatomic) BOOL iconAllowOverlap; |
| 18 | + |
| 19 | +@property (nonatomic) BOOL iconIgnorePlacement; |
| 20 | + |
| 21 | +@property (nonatomic) BOOL iconOptional; |
| 22 | + |
| 23 | +@property (nonatomic) NSString *iconRotationAlignment; |
| 24 | + |
| 25 | +@property (nonatomic) float iconSize; |
| 26 | + |
| 27 | +@property (nonatomic) NSString *iconTextFit; |
| 28 | + |
| 29 | +@property (nonatomic) NSMutableArray *iconTextFitPadding; |
| 30 | + |
| 31 | +@property (nonatomic) NSString *iconImage; |
| 32 | + |
| 33 | +@property (nonatomic) float iconRotate; |
| 34 | + |
| 35 | +@property (nonatomic) float iconPadding; |
| 36 | + |
| 37 | +@property (nonatomic) BOOL iconKeepUpright; |
| 38 | + |
| 39 | +@property (nonatomic) NSMutableArray *iconOffset; |
| 40 | + |
| 41 | +@property (nonatomic) NSString *textPitchAlignment; |
| 42 | + |
| 43 | +@property (nonatomic) NSString *textRotationAlignment; |
| 44 | + |
| 45 | +@property (nonatomic) NSString *textField; |
| 46 | + |
| 47 | +@property (nonatomic) CGVector *textFont; |
| 48 | + |
| 49 | +@property (nonatomic) float textSize; |
| 50 | + |
| 51 | +@property (nonatomic) float textMaxWidth; |
| 52 | + |
| 53 | +@property (nonatomic) float textLineHeight; |
| 54 | + |
| 55 | +@property (nonatomic) float textLetterSpacing; |
| 56 | + |
| 57 | +@property (nonatomic) NSString *textJustify; |
| 58 | + |
| 59 | +@property (nonatomic) NSString *textAnchor; |
| 60 | + |
| 61 | +@property (nonatomic) float textMaxAngle; |
| 62 | + |
| 63 | +@property (nonatomic) float textRotate; |
| 64 | + |
| 65 | +@property (nonatomic) float textPadding; |
| 66 | + |
| 67 | +@property (nonatomic) BOOL textKeepUpright; |
| 68 | + |
| 69 | +@property (nonatomic) NSString *textTransform; |
| 70 | + |
| 71 | +@property (nonatomic) NSMutableArray *textOffset; |
| 72 | + |
| 73 | +@property (nonatomic) BOOL textAllowOverlap; |
| 74 | + |
| 75 | +@property (nonatomic) BOOL textIgnorePlacement; |
| 76 | + |
| 77 | +@property (nonatomic) BOOL textOptional; |
| 78 | + |
| 79 | +// Paint properties |
| 80 | + |
| 81 | +@property (nonatomic) float iconOpacity; |
| 82 | + |
| 83 | +@property (nonatomic) MGLColor *iconColor; |
| 84 | + |
| 85 | +@property (nonatomic) MGLColor *iconHaloColor; |
| 86 | + |
| 87 | +@property (nonatomic) float iconHaloWidth; |
| 88 | + |
| 89 | +@property (nonatomic) float iconHaloBlur; |
| 90 | + |
| 91 | +@property (nonatomic) NSMutableArray *iconTranslate; |
| 92 | + |
| 93 | +@property (nonatomic) NSString *iconTranslateAnchor; |
| 94 | + |
| 95 | +@property (nonatomic) float textOpacity; |
| 96 | + |
| 97 | +@property (nonatomic) MGLColor *textColor; |
| 98 | + |
| 99 | +@property (nonatomic) MGLColor *textHaloColor; |
| 100 | + |
| 101 | +@property (nonatomic) float textHaloWidth; |
| 102 | + |
| 103 | +@property (nonatomic) float textHaloBlur; |
| 104 | + |
| 105 | +@property (nonatomic) NSMutableArray *textTranslate; |
| 106 | + |
| 107 | +@property (nonatomic) NSString *textTranslateAnchor; |
| 108 | + |
| 109 | +@end |
| 110 | + |
0 commit comments