new fengmap.FMFloor()
Members
- 
    
readonlyalias
 - 
    
    
楼层的别名
Properties:
Type Description string  - 
    
readonlybound
 - 
    
    
    
Properties:
Name Type Description boundfengmap.FMBound 边界
 - 
    
readonlyfloorID
 - 
    
    
    
Properties:
Name Type Description 楼层的idstring  - 
    
readonlyID
 - 
    
    
楼层的ID
Properties:
Type Description number  - 
    
readonlylevel
 - 
    
    
楼层的层号
Properties:
Type Description number  - 
    
readonlyname
 - 
    
    
楼层的名称
Properties:
Type Description string  - 
    
type
 - 
    
    
楼层的类型
Properties:
Name Type Description typenumber 返回地图坐标层类型
 - 
    
visible
 - 
    
    
楼层显示隐藏属性
Properties:
Type Description boolean  - 
    
readonlyx
 - 
    
    
楼层的中点X轴坐标
Properties:
Name Type Description 返回楼层的中点X轴坐标number  - 
    
readonlyy
 - 
    
    
楼层的中点Y轴坐标
Properties:
Name Type Description 返回楼层的中点Y轴坐标number  
Methods
- 
    
    
clearExtentImage()
 - 
    
    
    
清除地板图片
 - 
    
    
inherited dispose()
 - 
    
    
    
废置地图对象
 - 
    
    
getLayers(type, reverse){Array}
 - 
    
    
    
获取全部图层
Name Type Description typefengmap.FMType 获取类型,默认查询全部
reverseBoolean 反向查询
Returns:
Type Description Array 返回查询结果。  - 
    
    
setExtentImage(url)
 - 
    
    
    
给地板设置一张图片
Name Type Description urlstring 图片url
 - 
    
    
inherited traverse(callback)
 - 
    
    
    
遍历返回子节点
Name Type Description callback