@vcmap/core
    Preparing search index...

    Class VectorClusterGroup

    baseclass for all Objects

    Hierarchy (View Summary)

    Index

    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

    • is called when a vector cluster group is removed from a maps layer collections vector cluster group collection or said map is destroyed. destroys the associated implementation.

      Parameters

      Returns void

    Properties

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

    unique Name

    properties: Record<string, unknown>
    vectorProperties: VectorProperties