WebPoiBadge constructor

WebPoiBadge(
  1. String id,
  2. double offsetX,
  3. double offsetY,
  4. KImage image, [
  5. bool visible = true,
  6. int zOrder = 0,
])

Implementation

WebPoiBadge(this.id, this.offsetX, this.offsetY, this.image,
    [this.visible = true, this.zOrder = 0]);