new fengmap.FMCompositeMarker(options)
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
json |
参数
|
Members
-
height
-
离地高度
Properties:
Name Type Description height
number 离地高度
-
readonlylevel
-
Properties:
Name Type Description level
number 楼层等级,初始化完成后可以获取当前值
-
opacity
-
标注透明度
Properties:
Name Type Description opacity
number 标注透明度 修改需要调用update方法更新
-
plateColor
-
Properties:
Name Type Description plateColor
String 文字背景色 修改需要调用update方法更新
-
plateOpacity
-
Properties:
Name Type Description plateOpacity
number 背景透明度 修改需要调用update方法更新
-
plateStrokeColor
-
Properties:
Name Type Description plateStrokeColor
String 文字背景色边框 修改需要调用update方法更新
-
plateStrokeRadius
-
Properties:
Name Type Description plateStrokeRadius
number 背景圆角半径 修改需要调用update方法更新
-
readonlytype
-
Properties:
Name Type Description type
fengmap.FMType 节点类型, 值为 fengmap.FMType.TEXT_MARKER
-
visible
-
Properties:
Name Type Description visible
Boolean true 显示 false 隐藏
-
readonlyx
-
Properties:
Name Type Description x
number 坐标
-
readonlyy
-
Properties:
Name Type Description y
number 坐标
-
zoomRange
-
标注比例尺缩放级别属性
Properties:
Name Type Description zoomRange
array 标注比例尺缩放级别(可调范围为1-29),默认值:[16,23]
Methods
-
addTo(floor)
-
添加到楼层
Name Type Description floor
Object 楼层等级
-
getImage(){string}
-
获取图片信息
Returns:
Type Description string 获取图片信息 -
getText(){string|array}
-
获取文字信息
Returns:
Type Description string | array 地图覆盖物组 -
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()
-
从楼层中移除
-
rotateTo(options){fengmap.FMAnimation|undefined}
-
水平旋转至特定角度,带动画,只对render为flat(平铺)时有效
Name Type Description options
json Name Type Description heading
number {number} 角度
animate
Boolean 是否启动动画 默认 false
duration
number 动画持续时间
finish
function 移动到指定位置后的回调函数
Returns:
Type Description fengmap.FMAnimation | undefined animation 返回动画 -
setImage(url, size)
-
设置图片,设置后需要执行update()方法更新
Name Type Description url
string 图片的url地址
size
array 图片大小,数组第一个元素是宽,第二个元素为高
-
setText(text)
-
设置文字信息,设置后需要执行update()方法更新, 换行符为“%rn%”
Name Type Description text
string | array 文字信息
-
update()
-
更新marker