BMFInfoWindow constructor
BMFInfoWindow({})
BMFInfoWindow构造方法
Implementation
BMFInfoWindow({
required this.image,
required this.coordinate,
this.yOffset,
this.isAddWithBitmap,
}) {
this._id = this.hashCode.toString();
}