MaplyVectorTileStylePolygon
Objective-C
@interface MaplyVectorTileStylePolygon : MaplyVectorTileStyle
Swift
class MaplyVectorTileStylePolygon : MaplyVectorTileStyle
Implementation of the polygon style symbolizer for Maply Vector Tiles.
-
Undocumented
Declaration
Objective-C
- (instancetype)initWithStyleEntry:(NSDictionary *)styleEntry settings:(MaplyVectorStyleSettings *)settings viewC:(NSObject<MaplyRenderControllerProtocol> *)viewC;
Swift
init!(styleEntry: [AnyHashable : Any]!, settings: MaplyVectorStyleSettings!, viewC: (NSObjectProtocol & MaplyRenderControllerProtocol)!)