NextGIS Frontend
    Preparing search index...

    Interface StarterKit

    interface StarterKit {
        getLayerAdapters(): Promise<LayerAdapterCreators[]>;
        getSettings(
            webMap?: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>,
        ): Promise<MapOptions<any, any>>;
        onLoadSync(webMap: WebMap): Promise<any>;
        onMapClick(
            evt: MapClickEvent,
            webMap?: WebMap<any, any, any, WebMapEvents, MapOptions<any, any>>,
        ): void;
    }

    Implemented by

    Index

    Methods