Layer Class
  Namespace: Qlik.Sense.Client.Visualizations.MapComponents
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Map layer base class. Don't use this class directly, use the PointLayer or Polygon3Layer class and make sure to set the correct type.
Inheritance
- 
      System.Object
      - 
          AbstractStructure
          - Layer
 
 
- 
          AbstractStructure
          
Syntax
public class Layer : AbstractStructure, IDisposable, ILayer, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| Layer() | Creates an instance of the Layer class | 
Properties
| Name | Description | 
|---|---|
| CId | Id used by the client. Must be unique between layers. JSON property name: cId | 
| Opacity | Opacity is between 0 and 1. 0 means no opacity and 1 means full opacity JSON property name: opacity | 
| Show | If the layer should be shown. JSON property name: show | 
| Type | Type of layer. JSON property name: type | 
| Version | The version of the layer (used by polygon layer). Should be left empty. JSON property name: version |