Structure
Layer
public struct Layer: Codable, Equatable
Relationships
Conforms To
Codable
Equatable
Properties
id
public let id: Int
name
public let name: String?
parentLayerId
public let parentLayerId: Int?
defaultVisibility
public let defaultVisibility: Bool?
subLayerIds
public let subLayerIds: [String]?
minScale
public let minScale: Int?
maxScale
public let maxScale: Int?
geometryType
public let geometryType: String?
type
public let type: String?