BMFPolygon class

多边形

Inheritance

Constructors

BMFPolygon({@required List<BMFCoordinate> coordinates, int width: 5, Color strokeColor: Colors.blue, Color fillColor: Colors.red, BMFLineDashType lineDashType: BMFLineDashType.LineDashTypeNone, List<BMFHollowShape> hollowShapes, int zIndex: 0, bool visible: true})
BMFPolygon构造方法
BMFPolygon.fromMap(Map map)
map => BMFPolygon

Properties

coordinates ↔ List<BMFCoordinate>
经纬度数组
read / write
fillColor ↔ Color
设置polygonView的填充色
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
hollowShapes ↔ List<BMFHollowShape>
设置中空区域,用来创建中间带空洞的复杂图形。
read / write
Id → String
获取id
read-only, inherited
lineDashType BMFLineDashType
设置polygonView为虚线样式
read / write
methodChannel ↔ MethodChannel
获取channdel
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
strokeColor ↔ Color
设置polygonView的边框颜色
read / write
visible ↔ bool
overlay是否可见 [...]
read / write, inherited
width ↔ int
设置polygonView的线宽度
read / write
zIndex ↔ int
元素的堆叠顺序 [...]
read / write, inherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
override
toString() → String
Returns a string representation of this object.
inherited
updateCoordinates(List<BMFCoordinate> coordinates) → Future<bool>
更新经纬度数组 [...]
updateFillColor(Color fillColor) → Future<bool>
更新fillColor
updateHollowShapes(List<BMFHollowShape> hollowShapes) → Future<bool>
更新镂空 [...]
updateLineDashType(BMFLineDashType lineDashType) → Future<bool>
虚线类型 [...]
updateStrokeColor(Color strokeColor) → Future<bool>
更新strokeColor
updateWidth(int width) → Future<bool>
更新线宽

Operators

operator ==(Object other) → bool
The equality operator. [...]
inherited