BMFInfoWindow class Null safety

infoWindow

Constructors

BMFInfoWindow({required String image, required dynamic coordinate, double? yOffset, bool? isAddWithBitmap})
BMFInfoWindow构造方法
BMFInfoWindow.fromMap(Map map)
map => BMFInfoWindow

Properties

coordinate ↔ dynamic
infoWindow显示位置
read / write
hashCode → int
The hash code for this object.
read-only, inherited
Id → String
infoWindow唯一id
@Deprecated('Use `id` method instead since 3.2.0'), read-only
id → String
infoWindow唯一id since 3.2.0
read-only
image ↔ String
infowWindow图片名
read / write
isAddWithBitmap ↔ bool?
是否以bitmap形式添加
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
yOffset ↔ double?
infoWindow y轴方向偏移
read / write

Methods

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

Operators

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