MapState: {
    config: MapConfig;
    currentEntities: MapCurrentEntities;
    features: {
        [id: string]: ARFeature;
    };
    id: string;
    mapMode: ARMapMode;
    rawMap: OLMap;
    selectedFeatures: ARFeature[];
    tileLayer: OLTileLayer<TileSource>;
    vectorLayers: {
        [id: string]: ARVectorLayer;
    };
}

Type declaration

Generated using TypeDoc