BMFInfoWindow class

infoWindow

Inheritance
  • Object
  • BMFModel
  • BMFInfoWindow

Constructors

BMFInfoWindow({@required String image, @required BMFCoordinate coordinate, double yOffset, bool isAddWithBitmap})
BMFInfoWindow构造方法
BMFInfoWindow.withMap(Map map)

Properties

coordinate ↔ BMFCoordinate
infoWindow显示位置
read / write
image ↔ String
infowWindow图片名
read / write
isAddWithBitmap ↔ bool
是否以bitmap形式添加
read / write
yOffset ↔ double
infoWindow y轴方向偏移
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

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

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited