BMFInfoWindow class

infoWindow

Constructors

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

Properties

coordinate ↔ BMFCoordinate
infoWindow显示位置
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
Id → String
infoWindow唯一id
no setter
id → String
infoWindow唯一id since 3.2.0
no setter
image ↔ String
infowWindow图片名
getter/setter pair
isAddWithBitmap ↔ bool?
是否以bitmap形式添加
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
yOffset ↔ double?
infoWindow y轴方向偏移
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.
inherited