1.5.0 • Published 12 months ago

@bdh-gis/mapbox-gl-fullscreen v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

<< 所有组件

🏷️ @bdh-gis/mapbox-gl-fullscreen

全屏

npm i @bdh-gis/mapbox-gl-fullscreen
import Fullscreen from '@bdh-gis/mapbox-gl-fullscreen';
import '@bdh-gis/mapbox-gl-fullscreen/src/index.css';

map.addControl(new Fullscreen({
}));

Options

export type AnyEvent =
  | 'CONTROL_BUTTON_CLICK'
  | 'CREATE_BUTTONS'
  | 'DOCUMENT_ON_FULLSCREENCHANGE'
  | 'DOCUMENT_OFF_FULLSCREENCHANGE'
  | 'FULLSCREEN'
  | 'CANCEL_FULLSCREEN';
export type Options = {
  isCreateButtons?: boolean;
  buttons?: Utils.ButtonOptions[];
  onEvents?: (event: AnyEvent, data?: any) => void;
};
1.5.0

12 months ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

0.0.5

1 year ago