SmoothMoveMarkerOption class

平滑移动Marker创建参数

Annotations

Constructors

SmoothMoveMarkerOption({required List<LatLng> path, required Duration duration, required ImageProvider<Object> iconProvider})

Properties

duration Duration
动画时长
final
hashCode int
The hash code for this object.
no setterinherited
iconProvider ImageProvider<Object>
图标
final
path List<LatLng>
轨迹经纬度列表
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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