BMFDot class

Android独有

Inheritance

Constructors

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

Properties

center ↔ BMFCoordinate
圆心点经纬度
read / write
color ↔ Color
园的颜色
read / write
radius ↔ double
圆的半径(单位米)
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
visible ↔ bool
overlay是否可见 [...]
read / write, inherited
zIndex ↔ int
元素的堆叠顺序 s Android独有
read / write, inherited

Methods

fromMap(Map map) → dynamic
map -> dynamic
override
toMap() → Map<String, Object>
model -> map
override
getId() → String
inherited
getMethodChannel() → MethodChannel
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
setMethodChannel(MethodChannel methodChannel) → void
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

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