BMFOverlay class

地图覆盖物基类

Implementers
Available Extensions

Constructors

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

Properties

className ↔ String?
类名
read / write
customMap ↔ Map?
开发者自定义字段
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
Id → String
获取id
read-only
id → String
获取id since 3.2.0
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
visible ↔ bool?
overlay是否可见
read / write
zIndex ↔ int?
元素的堆叠顺序
read / write

Methods

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

Operators

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