LayerInfo public struct LayerInfo Information about a layer id The identifier of the layer Declaration Swift public var id: String type The type of the layer Declaration Swift public var type: LayerType init(id:type:) Create a LayerInfo value Declaration Swift public init(id: String, type: LayerType) Parameters id A layer ID type A layer type