new fengmap.FMFireMarker(options)
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
json |
参数
|
Members
-
readonlybound
-
Properties:
Name Type Description bound
fengmap.FMBound 边界
-
flameSize
-
火焰大小
Properties:
Name Type Description flameSize
number 火焰大小,区间1-10
-
height
-
离地高度
Properties:
Name Type Description height
number 离地高度
-
readonlylevel
-
Properties:
Name Type Description level
number 楼层等级,初始化完成后可以获取当前值
-
smokeDensity
-
烟的强度
Properties:
Name Type Description flameSize
number 烟的强度,默认30
-
readonlytype
-
Properties:
Name Type Description type
fengmap.FMType 节点类型
-
visible
-
Properties:
Name Type Description visible
Boolean true 显示 false 隐藏
-
readonlyx
-
Properties:
Name Type Description x
number 坐标
-
readonlyy
-
Properties:
Name Type Description y
number 坐标
Methods
-
addTo(floor)
-
添加到楼层
Name Type Description floor
Object 楼层等级
-
moveTo(options){fengmap.FMAnimation}
-
动画移动marker到指定位置
Name Type Description options
json Name Type Description x
number 图片地图位置x值,默认对应楼层中心点坐标
y
number 图片地图位置y值,默认对应楼层中心点坐标
animate
boolean 是否需要动画,默认false
duration
number 移动到指定位置所用的时间(秒),默认0.5
finish
function 移动到指定位置后的回调函数
Returns:
Type Description fengmap.FMAnimation animation 动画类 -
remove()
-
从楼层中移除