BMFCircle class

Inheritance

Constructors

BMFCircle({@required BMFCoordinate center, @required double radius, int width: 5, Color strokeColor: Colors.blue, Color fillColor: Colors.red, BMFLineDashType lineDashType: BMFLineDashType.LineDashTypeNone, int zIndex: 0, bool visible: true})
BMFCircle构造方法
BMFCircle.withMap(Map map)

Properties

center ↔ BMFCoordinate
圆心点经纬度
read / write
fillColor ↔ Color
设置circleView的填充色
read / write
lineDashType BMFLineDashType
设置circleView为虚线样式
read / write
radius ↔ double
圆的半径(单位米)
read / write
strokeColor ↔ Color
设置circleView的边框颜色
read / write
width ↔ int
设置circleView的线宽度
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