Members
-
groupID
-
楼层id
Properties:
Name Type Description groupIDnumber 楼层id
-
height
-
高度
Properties:
Name Type Description heightnumber 高度
-
readonlymapCoord
-
元素中心点坐标点
Properties:
Name Type Description mapCoordjson 地图坐标{x;,y:,z:}
-
needAvoid
-
Properties:
Name Type Description needAvoidbool 是否需要避让【true】:需要避让;【false】:不需要避让。默认为true
-
readonlynodeType
-
地图元素对象类型
Properties:
Name Type Description nodeTypefengmap.FMNodeType 地图元素对象类型
-
show
-
地图元素的显示/隐藏
Properties:
Name Type Description showbool 【true】: 显示,【false】: 隐藏
Methods
-
inherited alwaysShow()
-
是否一直显示。
-
inherited avoid(value)
-
图层内或单个元素与同一图层内的其他元素在同一位置有相互遮盖时,是否自动避让。FMImageMarker FMTextMarker有效。
Name Type Description valuebool 【true】: 需避让,【false】: 不避让
-
createNode(geo, biz)
-
创建 FMLabel 节点
Name Type Description geoMessage 几何数据
bizMessage 业务数据
-
initNode(gdata, bdata)
-
创建 FMLabel 节点
Name Type Description gdataArray 几何数据
bdataArray 业务数据