DingiForegroundStyleLayer
@interface DingiForegroundStyleLayer : DingiStyleLayer
DingiForegroundStyleLayer is an abstract superclass for style layers whose
content is defined by an DingiSource object.
Create instances of DingiRasterStyleLayer, DingiHillshadeStyleLayer, and the
concrete subclasses of DingiVectorStyleLayer in order to use
DingiForegroundStyleLayer‘s methods. Do not create instances of
DingiForegroundStyleLayer directly, and do not create your own subclasses of
this class.
-
Identifier of the source from which the receiver obtains the data to style.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSString *sourceIdentifier;Swift
var sourceIdentifier: String? { get }
DingiForegroundStyleLayer Class Reference