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