Open Pioneer Trails Packages
    Preparing search index...

    Interface LayerFactory

    Creates instances of layer classes.

    Use the interface "map.LayerFactory" to obtain an instance of this service.

    interface LayerFactory {
        "[DECLARE_SERVICE_INTERFACE]": "map.LayerFactory";
        create<LayerType extends Layer, Config extends LayerConfig>(
            config: LayerCreateOptions<LayerType, Config>,
        ): LayerType;
    }
    Index

    Methods

    Properties

    "[DECLARE_SERVICE_INTERFACE]": "map.LayerFactory"