@nebula.gl/layers
Version:
A suite of 3D-enabled data editing layers, suitable for deck.gl
10 lines • 459 B
TypeScript
import { PointerMoveEvent } from '../event-types';
import { EditAction } from './mode-handler';
import { TwoClickPolygonHandler } from './two-click-polygon-handler';
export declare class DrawEllipseByBoundingBoxHandler extends TwoClickPolygonHandler {
handlePointerMove(event: PointerMoveEvent): {
editAction: EditAction | null | undefined;
cancelMapPan: boolean;
};
}
//# sourceMappingURL=draw-ellipse-by-bounding-box-handler.d.ts.map