BMFOverlay class

地图覆盖物基类

Implementers

Constructors

BMFOverlay({bool visible, int zIndex})
BMFOverlay.fromMap(Map map)
map => BMFOverlay

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
Id → String
获取id
read-only
methodChannel ↔ MethodChannel
获取channdel
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
visible ↔ bool
overlay是否可见 [...]
read / write
zIndex ↔ int
元素的堆叠顺序 [...]
read / write

Methods

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

Operators

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