MMKStylingLinearZoomFunctionPoints

@interface MMKStylingLinearZoomFunctionPoints : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKStylingLinearZoomFunctionPoints *)linearZoomFunctionPointsWithPoints:(nonnull NSArray<NSValue *> *)points;

Properties

@property (nonatomic, readonly, nonnull) NSArray<NSValue *> *points;
Undocumented

Class methods

linearZoomFunctionPointsWithPoints:

+ (nonnull MMKStylingLinearZoomFunctionPoints *)linearZoomFunctionPointsWithPoints:(nonnull NSArray<NSValue *> *)points;


Properties

points

@property (nonatomic, readonly, nonnull) NSArray<NSValue *> *points;

Undocumented