BMFArcLine class
弧线
- Inheritance
-
- Object
- BMFOverlay
- BMFArcLine
- Implemented types
- Available Extensions
Constructors
-
BMFArcLine({required List<
BMFCoordinate> coordinates, int? width = 5, Color? color = Colors.blue, BMFLineDashType? lineDashType = BMFLineDashType.LineDashTypeNone, bool? clickable = false, int zIndex = 0, bool visible = true, Map? customMap}) - BMFArcline构造方法
- BMFArcLine.fromMap(Map map)
- map => BMFArcline
Properties
-
bounds
→ Future<
BMFCoordinateBounds?> -
返回overlay外接矩形 since 3.1.0
read-onlyoverride
- className ↔ String?
-
类名
read / writeinherited
- clickable ↔ bool?
-
是否可点击,默认为flase since 3.5.0
read / write
- color ↔ Color?
-
设置arclineView的画笔颜色
read / write
-
coordinates
↔ List<
BMFCoordinate> -
经纬度数组三个点确定一条弧线
read / write
- customMap ↔ Map?
-
开发者自定义字段
read / writeinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- Id → String
-
获取id
read-onlyinherited
- id → String
-
获取id since 3.2.0
read-onlyinherited
- lineDashType ↔ BMFLineDashType?
-
虚线类型,iOS独有
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- visible ↔ bool?
-
overlay是否可见
read / writeinherited
- width ↔ int?
-
设置arclineView的线宽度
read / write
- zIndex ↔ int?
-
元素的堆叠顺序
read / writeinherited
Methods
-
fromMap(
Map map) → dynamic -
map -> dynamic
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> -
model -> map
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited