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显示位置
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
Id → String
infoWindow唯一id
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
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