BMFOverlay class
地图覆盖物基类
Constructors
- BMFOverlay({bool? visible, int? zIndex, Map? customMap})
- BMFOverlay.fromMap(Map map)
- map => BMFOverlay
Properties
- className ↔ String?
-
类名
getter/setter pair
- customMap ↔ Map?
-
开发者自定义字段
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- Id → String
-
获取id
no setter
- id → String
-
获取id since 3.2.0
no setter
- methodChannel ↔ MethodChannel
-
Available on BMFOverlay, provided by the OverlayMethodChannelExension extension
获取channelgetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visible ↔ bool?
-
overlay是否可见
getter/setter pair
- zIndex ↔ int?
-
元素的堆叠顺序
getter/setter pair
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