BMFDot class

Android独有

Inheritance
Available extensions

Constructors

BMFDot.new({required BMFCoordinate center, required double radius, required Color color, int zIndex = 0, bool visible = true, Map? customMap})
BMFDot构造方法
BMFDot.fromMap(Map map)
map => BMFDot

Properties

center ↔ BMFCoordinate
圆心点经纬度
getter/setter pair
className ↔ String?
类名
getter/setter pairinherited
color ↔ Color
圆的颜色
getter/setter pair
customMap ↔ Map?
开发者自定义字段
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
Id → String
获取id
no setterinherited
id → String
获取id since 3.2.0
no setterinherited
methodChannel ↔ MethodChannel

Available on BMFOverlay, provided by the OverlayMethodChannelExension extension

获取channel
getter/setter pair
radius ↔ double
圆的半径(单位米)
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
visible ↔ bool?
overlay是否可见
getter/setter pairinherited
zIndex ↔ int?
元素的堆叠顺序
getter/setter pairinherited

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
updateCenter(BMFCoordinate center) → Future<bool>

Available on BMFDot, provided by the BMFDotUpdateExtension extension

更新中心点center
updateColor(Color color) → Future<bool>

Available on BMFDot, provided by the BMFDotUpdateExtension extension

更新颜色
updateRadius(double radius) → Future<bool>

Available on BMFDot, provided by the BMFDotUpdateExtension extension

更新半径
updateVisible(bool visible) → Future<bool>

Available on BMFDot, provided by the BMFDotUpdateExtension extension

更新Dot是否显示 Android独有 bool visible 显示状态

Operators

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