BMFDot class Null safety

Android独有

Inheritance
Available Extensions

Constructors

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

Properties

center ↔ dynamic
圆心点经纬度
read / write
color ↔ dynamic
圆的颜色
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
radius ↔ double
圆的半径(单位米)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
visible ↔ bool?
overlay是否可见
read / write, inherited
zIndex ↔ int?
元素的堆叠顺序
read / write, inherited

Methods

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

Operators

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