ArcGISKit Documentation

Structure Layer

public struct Layer: Codable, Equatable  
%235 Layer Layer Equatable Equatable Layer->Equatable Codable Codable Layer->Codable

Conforms To

Codable
Equatable

Properties

id

public let id: Int

name

public let name: String? 

parent​Layer​Id

public let parentLayerId: Int? 

default​Visibility

public let defaultVisibility: Bool? 

sub​Layer​Ids

public let subLayerIds: [String]? 

min​Scale

public let minScale: Int? 

max​Scale

public let maxScale: Int? 

geometry​Type

public let geometryType: String? 

type

public let type: String?