@vcmap/core
    Preparing search index...

    Type Alias EditGeometrySession

    EditGeometrySession: EditorSession<EDIT_GEOMETRY> & {
        feature: Feature | null;
        snapTo: SnapType[];
        snapToLayers: VectorLayer[];
        setFeature(feature?: Feature<Geometry, { [x: string]: any }>): void;
    }