BMFTraceOverlay class Null safety

动态轨迹 since 3.1.0

Inheritance
Implemented types
Available Extensions

Constructors

BMFTraceOverlay({required List<BMFCoordinate> coordinates, required BMFTraceOverlayAnimateOption traceOverlayAnimateOption, int? width = 5, Color? strokeColor = Colors.blue, Color? fillColor = Colors.green, int zIndex = 0, bool visible = true})
动态轨迹构造方法
BMFTraceOverlay.fromMap(Map map)
map => BMFTraceOverlay

Properties

bounds → Future<BMFCoordinateBounds?>
返回overlay外接矩形 since 3.1.0
read-only, override
className ↔ String?
类名
read / write, inherited
coordinates ↔ List<BMFCoordinate>
经纬度数组三个点确定一条弧线
read / write
fillColor ↔ Color?
填充色
read / write
hashCode → int
The hash code for this object.
read-only, inherited
Id → String
获取id
@Deprecated('Use `id` method instead since 3.2.0'), read-only, inherited
id → String
获取id since 3.2.0
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
strokeColor ↔ Color?
边框颜色 IOS 独有参数
read / write
traceOverlayAnimateOption BMFTraceOverlayAnimateOption
traceOverlay动画参数
read / write
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
A string representation of this object.
inherited

Operators

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