Skip to content

VFullscreenControl

VFullscreenControl 控件用于控制地图的全屏显示。

提示

如果在不支持 requestFullScreen() 的浏览器中使用该控件将隐藏自身。

基础用法

API

fullscreenControlProps

属性名说明类型默认值
position控件位置stringtop-left
container控件容器HTMLElement-

fullscreenControlEmits

事件名说明回调参数
add控件添加完成后触发Function
remove控件移除完成后触发Function

类型定义

FullscreenControlLoadEvent

control/FullscreenControl/FullscreenControl.ts
typescript
export interface FullscreenControlLoadEvent {
  type: 'fullscreen'
  control: FullscreenControl
  map: Map
}

基于 MIT 许可发布