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