@vcmap/core
    Preparing search index...

    Class VcsApp

    Index

    Accessors

    • get locale(): string

      Returns string

    • set locale(value: string): void

      sets the locale of the vcsApp and the linked layerCollection. This will trigger the localeChanged Event.

      Parameters

      • value: string

        new locale with 2 letters

      Returns void

    Constructors

    Methods

    • Parameters

      • moduleId: string

      Returns Promise<void>

    • When adding multiple modules, adding of previous modules are awaited. If an invalid module is added an error is thrown and already added items of invalid module are removed.

      Parameters

      Returns Promise<void>

    • Destroys the app and all its collections, their content and ui managers.

      Returns void

    • Parameters

      • moduleId: string

      Returns Promise<void>

    • resets the dynamic VcsModule to the "defaultDynamicModule"

      Returns void

    Properties

    description: string | undefined
    name: string | undefined
    properties: Record<string, unknown> | undefined