BMFDot class

Android独有

Inheritance
Available Extensions

Constructors

BMFDot({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
圆心点经纬度
read / write
className ↔ String?
类名
read / writeinherited
color ↔ Color
圆的颜色
read / write
customMap ↔ Map?
开发者自定义字段
read / writeinherited
hashCode → int
The hash code for this object.
read-onlyinherited
Id → String
获取id
read-onlyinherited
id → String
获取id since 3.2.0
read-onlyinherited
radius ↔ double
圆的半径(单位米)
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
visible ↔ bool?
overlay是否可见
read / writeinherited
zIndex ↔ int?
元素的堆叠顺序
read / writeinherited

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

Operators

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