SLDWellKnownMarkers
Objective-C
@interface SLDWellKnownMarkers : NSObject
Swift
class SLDWellKnownMarkers : NSObject
Class for generating images corresponding to WellKnownName elements.
Each static method uses low-level Core Graphics calls to generate an appropriate UIImage object.
See
http://schemas.opengis.net/se/1.1.0/Symbolizer.xsd for SLD v1.1.0See
http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd for SLD v1.0.0-
Undocumented
Declaration
Objective-C
+ (UIImage *)imageWithName:(NSString *)wellKnownName strokeColor:(UIColor *)strokeColor fillColor:(UIColor *)fillColor size:(int)size;
Swift
class func image(withName wellKnownName: String!, strokeColor: Any!, fillColor: Any!, size: Int32) -> Any!