geoview-core
    Preparing search index...

    Class PluginAbstract

    Class to manage plugins

    Index

    Constructors

    Methods

    • Delete a specific plugin loaded in a map

      Parameters

      • pluginId: string

        the id of the plugin to delete

      • mapId: string

        the map id to remove the plugin from

      Returns Promise<void>

    • Delete all plugins loaded in a map

      Parameters

      • mapId: string

        the map id to remove the plugin from (if not provided then plugin will be removed from all maps)

      Returns Promise<void>