MapWheelEvent
interface MapWheelEvent {
icon?: { name: string; position: Point; uid: string };
overlay: Overlay;
pixel: Pixel;
poi?: { name: string; position: Point; uid: string };
point: Point;
target: EventTarget | Map;
trend: boolean;
type: string;
}
icon?: { name: string; position: Point; uid: string };
overlay: Overlay;
pixel: Pixel;
poi?: { name: string; position: Point; uid: string };
point: Point;
target: EventTarget | Map;
trend: boolean;
type: string;
}
鼠标滚轮事件