BMFTraceOverlayAnimateOption class

traceOverlay动画参数

Constructors

BMFTraceOverlayAnimateOption({bool? animate = true, double? delay, double? duration, double? fromValue = 0, double? toValue = 1, BMFTraceOverlayAnimationEasingCurve? easingCurve, bool? trackMove = true, bool? isPointMove = false, bool? isRotateWhenTrack = true, String? icon, BMFTrace3DModelOption? modelOption})
traceOverlay动画参数构造方法
BMFTraceOverlayAnimateOption.formMap(Map map)
map => BMFTraceOverlayAnimateOption

Properties

animate ↔ bool?
traceOverlay是否做动画, 默认true
read / write
delay ↔ double?
动画延时开始,单位s
read / write
duration ↔ double?
动画时间,单位s
read / write
easingCurve BMFTraceOverlayAnimationEasingCurve?
动画类型
read / write
fromValue ↔ double?
0~1, 默认0 IOS 独有参数
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
icon ↔ String?
点图标显示路径
read / write
isPointMove ↔ bool?
点平滑移动, 默认false
read / write
isRotateWhenTrack ↔ bool?
轨迹跟踪时地图是否跟着旋转, 默认true
read / write
modelOption BMFTrace3DModelOption?
3d模型
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
toValue ↔ double?
0~1,默认1 IOS 独有参数
read / write
trackMove ↔ bool?
是否跟踪轨迹, 默认true
read / write

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
toString() → String
A string representation of this object.
inherited

Operators

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