MaplyVectorTileStyleLine
Objective-C
@interface MaplyVectorTileStyleLine : MaplyVectorTileStyle
Swift
class MaplyVectorTileStyleLine : MaplyVectorTileStyle
Implementation of the line 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)!)