map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface BasemapModelRegistration

    Registers BasemapsModels with the system.

    Use "map-basemaps-api.BasemapsModelRegistration" to inject an instance of this service.

    interface BasemapModelRegistration {
        register(options: { basemaps: BasemapsModel }): void;
        unregister(keepInstances?: boolean): void;
    }
    Index

    Methods

    • Registers a given BasemapsModel with the system.

      Parameters

      Returns void

    • Unregister the BasemapsModel instance.

      Parameters

      • OptionalkeepInstances: boolean

      Returns void