Layer2

Layer2

Layer2 二维图层祖先类
基类: Layer

Members

bounds : Rect

包围矩形

coordType : number

坐标类型。 0,经纬度;1,米

fontColor : Color

标注颜色

isAnnoVisible : boolean

是否标注可见

isLineVisible : boolean

是否线类型可见

isPointVisible : boolean

是否点类型可见

isPolyVisible : boolean

是否多边形类型可见

lineLegend : Legend

缺省线图例

maxVisibleScale : number

缩小到时最小可见比例尺分母

minVisibleScale : number

放大时时最大可见比例尺分母

pointLegend : Legend

缺省点图例

polyLegend : Legend

缺省多边形图例

readonly layerType : Layer2Type

图层类型

Methods

getAt(index) → GeoObject

用指定的下标获取对象,从0开始
Name Type Description
index number

selectOneObject(center,radius) → GeoObject

用指定的中心点和半径选择对象,返回第一个。半径为地图坐标
Name Type Description
center Vector2 中心点
radius number 半径