NSValue(MGLFillStyleLayerAdditions)
@interface NSValue (MGLFillStyleLayerAdditions)
                Methods for wrapping an enumeration value for a style layer attribute in an
MGLFillStyleLayer object and unwrapping its raw value.
- 
                  
                  
Creates a new value object containing the given
MGLFillTranslationAnchorenumeration.Declaration
Objective-C
+ (nonnull instancetype)valueWithMGLFillTranslationAnchor: (MGLFillTranslationAnchor)fillTranslationAnchor;Swift
convenience init(mglFillTranslationAnchor fillTranslationAnchor: MGLFillTranslationAnchor)Parameters
fillTranslationAnchorThe value for the new object.
Return Value
A new value object that contains the enumeration value.
 - 
                  
                  
The
MGLFillTranslationAnchorenumeration representation of the value.Declaration
Objective-C
@property (readonly) MGLFillTranslationAnchor MGLFillTranslationAnchorValue;Swift
var mglFillTranslationAnchorValue: MGLFillTranslationAnchor { get } 
              Install in Dash
            
        NSValue(MGLFillStyleLayerAdditions) Category Reference