BMFDot class

Android独有

Inheritance

Constructors

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

Properties

center ↔ BMFCoordinate
圆心点经纬度
read / write
color ↔ Color
园的颜色
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
Id → String
获取id
read-only, inherited
methodChannel ↔ MethodChannel
获取channdel
read / write, 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
map -> dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() → Map<String, Object>
model -> map
override
toString() → String
Returns a string representation of this object.
inherited
updateCenter(BMFCoordinate center) → Future<bool>
更新中心点center [...]
updateColor(Color color) → Future<bool>
更新颜色 [...]
updateRadius(double radius) → Future<bool>
更新半径 [...]

Operators

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