Open Pioneer Trails Packages
    Preparing search index...

    Interface MapConfigProvider

    Provides an OpenLayers map configuration with a given map id.

    The implementor must also provide the interface name "map.MapConfigProvider".

    interface MapConfigProvider {
        mapId: string;
        getMapConfig(): Promise<MapConfig>;
    }
    Index

    Properties

    Methods

    Properties

    mapId: string

    Unique identifier of the map.

    Methods