Class: FMToolbar

FMToolbar

FMToolbar 工具栏控件, 属于fengmap.plugin.ui.min.js 依赖样式文件 toolBarStyle.css

new fengmap.FMToolbar(options)

Name Type Description
options json

参数

Name Type Description
position fengmap.FMControlPosition

控件位置。分为左上、左下、右上、右下, 默认 controlPosition.LEFT_TOP

floorButtonCount number

初始楼层按钮显示个数配置。默认显示5层,其他的隐藏,可滚动查看

offset json

控件位置偏移。{x:10,y:10},基于原始位置的x,y方向的偏移。

viewModeControl bool

是否显示2、3D切换按钮,默认为true

floorModeControl bool

是否显示楼层控件,默认为 true

showMap bool

是否显示园区的楼层控件,默认为 true

entranceIcon bool

是否显示进入建筑/退出建筑的icon,默认为 true

Methods

addTo(map)

将地图加入控件中

Name Type Description
map map

map地图对象

remove()

删除本地图控件