new fengmap.FMButtonGroupsControl(map, ctrlOpts)
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
map |
fengmap.FMMap |
FMMap的实例 |
||||||||||||||||||
ctrlOpts |
json |
控件参数配置
|
Members
-
readonlyallLayer
-
返回当前是否展示多层
Properties:
Name Type Description allLayer
bool 单楼层或多楼层
-
enableExpand
-
是否允许展开控件操作
Properties:
Name Type Description enableExpand
bool 【true】:允许【false】:不允许
-
expand
-
展开控件
Properties:
Name Type Description expand
bool 【true】:展开【false】:收起
Methods
-
changeFocusGroup(gid, allLayer)
-
楼层切换
Name Type Description gid
number 楼层id
allLayer
bool 是否展示多楼层
-
onChange(tchangeBack)
-
注册楼层change事件
Name Type Description tchangeBack
function 回调函数