GeoJSONLayerMouseOutEvent
interface GeoJSONLayerMouseOutEvent {
currentTarget: GeoJSONLayer;
features: null;
latLng: Point;
pixel: Pixel;
point: Point;
target: GeoJSONLayer;
type: string;
}
currentTarget: GeoJSONLayer;
features: null;
latLng: Point;
pixel: Pixel;
point: Point;
target: GeoJSONLayer;
type: string;
}
GeoJSONLayer 鼠标移出事件