Layer2 二维图层祖先类
Members
-
bounds : Rect
-
包围矩形
-
坐标类型。 0,经纬度;1,米
-
fontColor : Color
-
标注颜色
-
是否标注可见
-
是否线类型可见
-
是否点类型可见
-
是否多边形类型可见
-
lineLegend : Legend
-
缺省线图例
-
缩小到时最小可见比例尺分母
-
放大时时最大可见比例尺分母
-
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 | 半径 |