Class VectorClusterGroup

baseclass for all Objects

Hierarchy (view full)

Accessors

  • get className(): string
  • Returns string

Constructors

Methods

  • destroys all current implementations and recreates the ones which have an active map. called for instance when the URL for a layer changes

    Returns Promise<void>

  • is called from the map when the map is activated and this vector cluster group belongs to the maps layer collections vector cluster group collection. Will create an implementation if it does not exists and will forward the activation call to the implementation.

    Parameters

    Returns Promise<void>

  • is called from the map when the map is deactivated, and this vector cluster group belongs to the maps layer collections vector cluster group collection. will forward deactivation call to the map specific implementation

    Parameters

    Returns void

Properties

[moduleIdSymbol]?: string
clusterDistance: number
highlightStyle: undefined | VectorClusterStyleItem
isDestroyed: boolean
name: string

unique Name

properties: Record<string, unknown>
vectorProperties: VectorProperties