new fengmap.FMLine3dMarker(options)
Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
json |
参数
|
Members
-
readonlybound
-
Properties:
Name Type Description bound
fengmap.FMBound 边界
-
color
-
Properties:
Name Type Description color
string 颜色 如:'#ff0000'
-
count
-
Properties:
Name Type Description count
number 图片个数
-
depth
-
Properties:
Name Type Description depth
bool true 开启深度 false 不开启深度
-
height
-
Properties:
Name Type Description height
number 离地高度
-
isBezier
-
Properties:
Name Type Description isBezier
bool 是否为贝塞尔曲线
-
readonlylevel
-
Properties:
Name Type Description level
number 楼层等级,初始化完成后可以获取当前值
-
opacity
-
Properties:
Name Type Description opacity
number 透明度
-
points
-
Properties:
Name Type Description points
Array 点集合
-
radius
-
Properties:
Name Type Description radius
number 半径
-
sizeAttenuation
-
Properties:
Name Type Description sizeAttenuation
bool 线的粗细是否随地图缩放而缩放
-
readonlytype
-
Properties:
Name Type Description type
fengmap.FMType 节点类型
-
url
-
Properties:
Name Type Description url
string 图片地址
-
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 楼层等级
-
remove()
-
从楼层中移除
-
inherited traverse(callback)
-
遍历返回子节点
Name Type Description callback