TileLayer
public struct TileLayer : LayerProtocol
Undocumented
-
Undocumented
Declaration
Swift
public let grid: TileGrid -
A filter that can be used for selecting layers that have the
Layer.kindattribute of groupDeclaration
Swift
public static let kind: LayerFilter -
The name of the layer, or an empty
Stringif none was specifiedDeclaration
Swift
public var name: String { get } -
trueif the layer should be visibleDeclaration
Swift
public var visible: Bool { get } -
A level of transparent the layer (and therefore its contents) should be rendered with
Declaration
Swift
public var opacity: Double { get } -
User specified
Propertiesof the layerDeclaration
Swift
public var properties: Properties { get } -
If
trueno editing operations should be applied to theLayerDeclaration
Swift
public var locked: Bool { get }
View on GitHub
TileLayer Structure Reference