ILayerRenderingEventArgs

2 Oct 20251 minute to read

Specifies the event arguments for layer rendering event in maps.

Properties

cancel boolean

Specifies the cancel state for the event. The default value is false. If set as true, the event progress will be stopped.

index number

Defines the layer index in event argument.

layer LayerSettingsModel

Defines the options to customize the layers in event argument.

maps Maps

Defines the current maps instance.

name string

Defines the name of the event.

visible boolean

Enables or disables the visibility of layer in event argument.