BMFArcLine class
弧线
- Inheritance
- Object
- BMFOverlay
- BMFArcLine
Constructors
-
BMFArcLine({@required List<
BMFCoordinate> coordinates, int width: 5, Color color: Colors.blue, BMFLineDashType lineDashType: BMFLineDashType.LineDashTypeNone, int zIndex: 0, bool visible: true}) - BMFArcline构造方法
- BMFArcLine.fromMap(Map map)
- map => BMFArcline
Properties
- color ↔ Color
-
设置arclineView的画笔颜色
read / write
-
coordinates
↔ List<
BMFCoordinate> -
经纬度数组三个点确定一条弧线
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- Id → String
-
获取id
read-only, inherited
- lineDashType ↔ BMFLineDashType
-
虚线类型,iOS独有
read / write
- methodChannel ↔ MethodChannel
-
获取channdel
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- visible ↔ bool
-
overlay是否可见 [...]
read / write, inherited
- width ↔ int
-
设置arclineView的线宽度
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
-
updateColor(
Color color) → Future< bool> - 更新color
-
updateCoordinates(
List< BMFCoordinate> coordinates) → Future<bool> - 更新经纬度数组 [...]
-
updateLineDashType(
BMFLineDashType lineDashType) → Future< bool> - 虚线类型,iOS独有 [...]
-
updateWidth(
int width) → Future< bool> - 更新线宽
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited